Merge pull request #2477 from weaveworks/2269-fix-linting

only lint files in git ls-files, not .git/*
This commit is contained in:
Mike Lang
2017-04-26 12:55:58 -07:00
committed by GitHub

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)