dockerfile_lint does a good job linting RUN directives in Dockerfile's, considering many corner cases and risks of shell code. However, many Dockerfile's move the bulk of their provisioning logic into separate shell script files. Could dockerfile_lint suggest the same improvements for shell code in external scripts, as well as inline in Dockerfiles?