We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d266e commit dae9cfeCopy full SHA for dae9cfe
.golangci.yml
@@ -30,6 +30,7 @@ linters-settings:
30
- octalLiteral
31
- whyNoLint
32
- wrapperFunc
33
+ - ioutilDeprecated # disable this rule for go1.15 compatibility
34
gocyclo:
35
min-complexity: 15
36
goimports:
0 commit comments