We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec615e0 commit 258eb9bCopy full SHA for 258eb9b
Makefile
@@ -31,7 +31,6 @@ clean:
31
test: export GOLANGCI_LINT_INSTALLED = true
32
test: build
33
GL_TEST_RUN=1 time ./golangci-lint run -v
34
- time go run ./cmd/golangci-lint/main.go run -v
35
GL_TEST_RUN=1 time ./golangci-lint run --fast --no-config -v --skip-dirs 'test/testdata_etc,internal/(cache|renameio|robustio)'
36
GL_TEST_RUN=1 time ./golangci-lint run --no-config -v --skip-dirs 'test/testdata_etc,internal/(cache|renameio|robustio)'
37
GL_TEST_RUN=1 time go test -v ./...
0 commit comments