Skip to content

Commit

Permalink
Disable some gocritic rules not yet compatible with generics
Browse files Browse the repository at this point in the history
  • Loading branch information
schmir committed Apr 21, 2022
1 parent 36f01f4 commit 3ec7722
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rolling-shutter/.golangci.yml
Expand Up @@ -40,6 +40,8 @@ linters-settings:
- paramTypeCombine
- hugeParam
- unnamedResult
- rangeValCopy
- typeDefFirst
gocyclo:
min-complexity: 15
goimports:
Expand Down

0 comments on commit 3ec7722

Please sign in to comment.