ignoring lints

This commit is contained in:
Bret Fisher
2022-05-17 15:48:52 -04:00
parent 3f3a6847d4
commit f2602941f9
2 changed files with 4 additions and 1 deletions

View File

@@ -14,11 +14,14 @@ ignored:
- DL3018 #apk add pin versions
- DL3019 #don't worry about avoiding cache in build-only stages
- DL3022 #bad rule for COPY --from
- DL3025 #for this image, we don't want JSON in CMD
- DL3028 #gem install pin versions
- DL3044 #putting arg in env is fine. False positive.
- DL3059 #multiple consecutive runs
- DL4006 #we don't need pipefail in this
- SC1083 # {} is ok in kubectl commands
- SC2016 #we want single quotes sometimes
- SC2046 #we don't always quote sometimes
# FULL TEMPLATE