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:
Markus Lehtonen 2025-08-29 19:51:58 +03:00
parent f3bda9399c
commit 0b3b5770d1
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ linters:
- linters:
- revive
text: "package-comments:"
- linters:
- staticcheck
text: "QF1008:"
formatters:
enable: