ignored: - DL3042 # Avoid use of cache directory with pip. Use `pip install --no-cache-dir ` - DL3013 # Pin versions in pip. Instead of `pip install ` use `pip install ==` - DL3008 # Pin versions in apt get install. Instead of `apt-get install ` use `apt-get install =` - DL4006 # Set the SHELL option -o pipefail before RUN with a pipe in it - SC2015 # Note that A && B || C is not if-then-else. C may run when A is true.