Skip to content

Commit 3ec7722

Browse files
committed
Disable some gocritic rules not yet compatible with generics
See golangci/golangci-lint#2649 (comment)
1 parent 36f01f4 commit 3ec7722

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rolling-shutter/.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ linters-settings:
4040
- paramTypeCombine
4141
- hugeParam
4242
- unnamedResult
43+
- rangeValCopy
44+
- typeDefFirst
4345
gocyclo:
4446
min-complexity: 15
4547
goimports:

0 commit comments

Comments
 (0)