docker-fedora-cpp/.hadolint.yaml
surtur 31220d9c1b
All checks were successful
continuous-integration/drone/push Build is passing
ci,makefile: add hadolint Dockerfile linting
2021-05-07 02:31:53 +02:00

11 lines
283 B
YAML

ignored:
# DL3039 error: Do not use dnf update.
# image is nightly updated
- DL3039
# DL3041 warning: Specify version with `dnf install -y <package>-<version>`.
- DL3041
# SC2039 warning: In POSIX sh, brace expansion is undefined.
# it actually still works
- SC2039