mirror of https://github.com/containerd/nri.git
golangci: disable QF1008 from staticcheck linter
Disable: QF1008: could remove embedded field "Generator" from selector Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com>
This commit is contained in:
parent
f3bda9399c
commit
0b3b5770d1
|
|
@ -35,6 +35,9 @@ linters:
|
|||
- linters:
|
||||
- revive
|
||||
text: "package-comments:"
|
||||
- linters:
|
||||
- staticcheck
|
||||
text: "QF1008:"
|
||||
|
||||
formatters:
|
||||
enable:
|
||||
|
|
|
|||
Loading…
Reference in New Issue