Skip to content

Commit

Permalink
Enable the go vet line in the Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: weichou <[email protected]>
  • Loading branch information
weichou1229 committed Dec 17, 2019
1 parent 3e5051f commit da99a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cmd/device-modbus:

test:
$(GO) test ./... -coverprofile=coverage.out
# $(GO) vet ./...
$(GO) vet ./...
gofmt -l .
[ "`gofmt -l .`" = "" ]
./bin/test-attribution-txt.sh
Expand Down

0 comments on commit da99a85

Please sign in to comment.