Skip to content

Commit

Permalink
Disable wsl and funlen linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Sax authored and Sax committed Dec 2, 2019
1 parent d971e9e commit 133db13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lintdeps:
GO111MODULE=off go get github.com/golangci/golangci-lint/cmd/golangci-lint

run-lint:
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

lint: lintdeps run-lint

Expand Down

0 comments on commit 133db13

Please sign in to comment.