Browse Source

Ignore ioutil linter messages

pull/15142/head
Chris S. Kim 2 years ago committed by Chris S. Kim
parent
commit
3ce522f19c
  1. 3
      .golangci.yml

3
.golangci.yml

@ -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'

Loading…
Cancel
Save