only lint files in git ls-files, not .git/*

This commit is contained in:
Alfonso Acosta
2017-04-26 16:43:06 +00:00
parent 7544f4bc7d
commit 70cd3aaba0

View File

@@ -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)