github.com/cspotcode/docker-cli@v20.10.0-rc1.0.20201201121459-3faad7acc5b8+incompatible/scripts/validate/shellcheck (about)

     1  #!/usr/bin/env bash
     2  set -eo pipefail
     3  
     4  shellcheck contrib/completion/bash/docker
     5  find scripts/ -type f | grep -v scripts/winresources | grep -v '.*.ps1' | xargs shellcheck