version: "2" run: build-tags: - seccomp formatters: enable: - gofumpt linters: enable: - errorlint - nolintlint - unconvert - unparam settings: govet: enable: - nilness staticcheck: checks: - all - -ST1000 # https://staticcheck.dev/docs/checks/#ST1000 Incorrect or missing package comment. - -ST1003 # https://staticcheck.dev/docs/checks/#ST1003 Poorly chosen identifier. - -ST1005 # https://staticcheck.dev/docs/checks/#ST1005 Incorrectly formatted error string. - -QF1008 # https://staticcheck.dev/docs/checks/#QF1008 Omit embedded fields from selector expression. exclusions: presets: - std-error-handling