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.
2 parents d971e9e + 133db13 commit e4983dcCopy full SHA for e4983dc
Makefile
@@ -7,7 +7,7 @@ lintdeps:
7
GO111MODULE=off go get github.com/golangci/golangci-lint/cmd/golangci-lint
8
9
run-lint:
10
- golangci-lint run --enable-all -D lll -D errcheck -D dupl -D gochecknoglobals --deadline 5m
+ golangci-lint run --enable-all -D lll -D errcheck -D dupl -D gochecknoglobals -D wsl -D funlen --deadline 5m
11
12
lint: lintdeps run-lint
13
0 commit comments