linters: enable: - gci - gofumpt - misspell - staticcheck disable: - errcheck - gosimple - ineffassign linters-settings: gci: sections: - standard - default - prefix(github.com/containernetworking) run: skip-dirs: - vendor