This commit is contained in:
Lucas Gravley 2020-10-08 09:14:31 -05:00
parent 08c1113afc
commit 68d629d461

View file

@ -6,5 +6,6 @@ ignored:
- DL4001 # Ignore wget and curl in same file - DL4001 # Ignore wget and curl in same file
- DL4006 # ignore pipefail as we dont want to add layers - DL4006 # ignore pipefail as we dont want to add layers
- DL3018 # We do pin version in pipfile.lock - DL3018 # We do pin version in pipfile.lock
- DL3013 # We do pin version in pipfile.lock
- DL3003 # Ignore workdir so we dont add layers - DL3003 # Ignore workdir so we dont add layers
- SC2016 # ignore as its intepreted later - SC2016 # ignore as its intepreted later