File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ setup-gotools:
3535
3636test-style :
3737 go vet ./...
38- -golint * .go client/ * .go cmd/ * .go config/ * .go constant/ * .go lock/ * .go update/ * .go utils/ * .go
38+ -golint ./...
3939
4040test : test-style
4141 godep go test -v -cover ./...
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ setup-gotools:
6060
6161test-style :
6262 go vet -x ./...
63- -golint .
63+ -golint ./...
6464
6565test-unit : test-style
6666 go test -v -cover ./syslog
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ setup-gotools:
6262
6363test-style :
6464 go vet -x ./...
65- -golint .
65+ -golint ./...
6666
6767test-unit : test-style
6868 @echo no tests
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ setup-gotools:
3434
3535test-style :
3636 go vet -x ./...
37- -golint; golint dockercli ; golint etcdutils ; golint mock ; golint utils
37+ -golint ./...
3838
3939nuke_from_orbit :
4040 -docker kill ` docker ps -q`
You can’t perform that action at this time.
0 commit comments