Ignore ioutil linter messages
This commit is contained in:
parent
7db1d0edaa
commit
739fe6be89
|
@ -37,6 +37,9 @@ issues:
|
||||||
- linters: [staticcheck]
|
- 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.'
|
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.
|
# An argument that always receives the same value is often not a problem.
|
||||||
- linters: [unparam]
|
- linters: [unparam]
|
||||||
text: 'always receives'
|
text: 'always receives'
|
||||||
|
|
Loading…
Reference in New Issue