Skip to content

Commit

Permalink
ignore ioutil deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cce committed Aug 19, 2022
1 parent a94587a commit a2fe441
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ issues:
- ineffective break statement. Did you mean to break out of the outer loop
# revive: irrelevant error about naming
- "var-naming: don't use leading k in Go names"
# staticcheck: we'll keep using ioutil for now
- 'SA1019: "io/ioutil" has been deprecated since Go 1.16'

exclude-rules:
# Add all linters here -- Comment this block out for testing linters
Expand Down

0 comments on commit a2fe441

Please sign in to comment.