Skip to content

Commit

Permalink
Merge pull request #2477 from weaveworks/2269-fix-linting
Browse files Browse the repository at this point in the history
only lint files in git ls-files, not .git/*
  • Loading branch information
ekimekim authored Apr 26, 2017
2 parents e127392 + 70cd3aa commit 8bd74a6
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 @@ -127,7 +127,7 @@ tests: $(SCOPE_BACKEND_BUILD_UPTODATE) $(CODECGEN_TARGETS)
./tools/test -no-go-get

lint: $(SCOPE_BACKEND_BUILD_UPTODATE)
./tools/lint -ignorespelling "agre " -ignorespelling "AGRE " .
./tools/lint
./tools/shell-lint tools

prog/staticui/staticui.go: $(SCOPE_BACKEND_BUILD_UPTODATE)
Expand Down

0 comments on commit 8bd74a6

Please sign in to comment.