Skip to content

Commit e4983dc

Browse files
authored
Merge pull request #2 from video-dev/disable-wsl-and-funlen-linters
Disable wsl and funlen linters
2 parents d971e9e + 133db13 commit e4983dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lintdeps:
77
GO111MODULE=off go get github.com/golangci/golangci-lint/cmd/golangci-lint
88

99
run-lint:
10-
golangci-lint run --enable-all -D lll -D errcheck -D dupl -D gochecknoglobals --deadline 5m
10+
golangci-lint run --enable-all -D lll -D errcheck -D dupl -D gochecknoglobals -D wsl -D funlen --deadline 5m
1111

1212
lint: lintdeps run-lint
1313

0 commit comments

Comments
 (0)