Skip to content

Commit

Permalink
Merge pull request #111 from IOTechSystems/issue-99
Browse files Browse the repository at this point in the history
Fuji: Enable the go vet line in the Makefile
  • Loading branch information
iain-anderson committed Dec 17, 2019
2 parents 3e5051f + da99a85 commit 04baab8
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 04baab8

Please sign in to comment.