Skip to content

Commit 250384e

Browse files
committed
goimports ignore to not project go file
1 parent ce5a176 commit 250384e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
- go get -v
1212

1313
script:
14-
- diff <(goimports -d .) <(printf "")
14+
- diff <(goimports -d *.go cmd/gocloc/main.go examples/*) <(printf "")
1515
- go test -v ./
1616

1717
deploy:

0 commit comments

Comments
 (0)