mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
.golangci.yml: add nolintlint, fix found issues
The errrolint linter can finally ignore errors from Close, and it also ignores direct comparisons of errors from x/sys/unix. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -8,6 +8,7 @@ linters:
|
||||
enable:
|
||||
- gofumpt
|
||||
- errorlint
|
||||
- nolintlint
|
||||
- unconvert
|
||||
- unparam
|
||||
|
||||
|
||||
Reference in New Issue
Block a user