Skip to content

Commit

Permalink
Ignore ioutil linter messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris S. Kim authored and kisunji committed Oct 24, 2022
1 parent c2f5565 commit 3ce522f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ issues:
- linters: [staticcheck]
text: 'SA1019: "github.com/golang/protobuf/ptypes" is deprecated: Well-known types have specialized functionality directly injected into the generated packages for each message type. See the deprecation notice for each function for the suggested alternative.'

- linters: [staticcheck]
text: 'SA1019: "io/ioutil" has been deprecated since Go 1.16'

# An argument that always receives the same value is often not a problem.
- linters: [unparam]
text: 'always receives'
Expand Down

0 comments on commit 3ce522f

Please sign in to comment.