mirror of
https://github.com/containers/buildah.git
synced 2025-04-18 07:04:05 +03:00
30 lines
462 B
YAML
30 lines
462 B
YAML
version: "2"
|
|
|
|
run:
|
|
build-tags:
|
|
- apparmor
|
|
- seccomp
|
|
- selinux
|
|
|
|
formatters:
|
|
enable:
|
|
- gofumpt
|
|
|
|
linters:
|
|
enable:
|
|
- nolintlint
|
|
- revive
|
|
- unconvert
|
|
- unparam
|
|
- unused
|
|
- whitespace
|
|
exclusions:
|
|
presets:
|
|
- comments
|
|
- std-error-handling
|
|
settings:
|
|
staticcheck:
|
|
checks:
|
|
- all
|
|
- -QF1008 # https://staticcheck.dev/docs/checks/#QF1008 Omit embedded fields from selector expression.
|