mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 10:11:03 +00:00
Merge pull request #2477 from weaveworks/2269-fix-linting
only lint files in git ls-files, not .git/*
This commit is contained in:
2
Makefile
2
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user