reg/vendor/github.com/docker/cli/scripts/validate/shellcheck

6 lines
171 B
Plaintext
Raw Normal View History

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