Skip to content

Commit

Permalink
makefile: tidy checks only module files (#1510)
Browse files Browse the repository at this point in the history
Signed-off-by: disksing <i@disksing.com>
  • Loading branch information
disksing authored and nolouch committed Apr 17, 2019
1 parent fc997de commit 22032cb
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 @@ -93,7 +93,7 @@ lint:
tidy:
@echo "go mod tidy"
GO111MODULE=on go mod tidy
git diff --quiet
git diff --quiet go.mod go.sum

travis_coverage: export GO111MODULE=on
travis_coverage:
Expand Down

0 comments on commit 22032cb

Please sign in to comment.