docker-fedora-distcc/.hadolint.yaml
surtur fd018b8299
All checks were successful
continuous-integration/drone/push Build is passing
ci,kaniko,pre-commit: bump hadolint to v2.9.1
2022-03-22 23:08:11 +01:00

21 lines
481 B
YAML

failure-threshold: warning
ignored:
# updated nightly so this is irrelevant
- DL3039
# DL3041 warning: Specify version with `dnf install -y <package>-<version>`.
- DL3041
# DL3040 warning: `dnf clean all` missing after dnf command.
- DL3040
# SC2039 warning: In POSIX sh, brace expansion is undefined.
# it actually still works
- SC2039
no-fail: true
override:
info:
# SC3009 warning: In POSIX sh, brace expansion is undefined.
- SC3009
- DL3061