mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 22:20:57 -05:00
8 lines
247 B
YAML
8 lines
247 B
YAML
---
|
|
##########################
|
|
## Hadolint config file ##
|
|
##########################
|
|
ignored:
|
|
- DL4001 # Ignore wget and curl in same file
|
|
- DL4006 # ignore pipefail as we dont want to add layers
|
|
- DL3018 # We do pin version in pipfile.lock
|