mirror of
https://github.com/opencontainers/runc.git
synced 2025-04-18 19:44:09 +03:00
.golanci-extra: disable staticcheck QF1008
That is, > QF1008: could remove embedded field "Resources" from selector (staticcheck) While occasionally useful, in other cases it actually decreases readability, so let's disable it even for "extra" (i.e. "new code") linters. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
e8a97bae27
commit
7a58d8231f
@ -19,3 +19,4 @@ linters:
|
||||
staticcheck:
|
||||
checks:
|
||||
- all
|
||||
- -QF1008 # https://staticcheck.dev/docs/checks/#QF1008 Omit embedded fields from selector expression.
|
||||
|
Loading…
x
Reference in New Issue
Block a user