Skip to content

Commit dae9cfe

Browse files
committed
review
1 parent 13d266e commit dae9cfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ linters-settings:
3030
- octalLiteral
3131
- whyNoLint
3232
- wrapperFunc
33+
- ioutilDeprecated # disable this rule for go1.15 compatibility
3334
gocyclo:
3435
min-complexity: 15
3536
goimports:

0 commit comments

Comments
 (0)