mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
ci: replace modernize job with golangci linters
Instead of using a standalone modernize (and a separate job), add modernize and go vet (which should be same-as/similar-to go fix) linters to golangci-lint config. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -15,6 +15,8 @@ linters:
|
||||
enable:
|
||||
- errorlint
|
||||
- forbidigo
|
||||
- govet
|
||||
- modernize
|
||||
- nolintlint
|
||||
- unconvert
|
||||
- unparam
|
||||
|
||||
Reference in New Issue
Block a user