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

6 lines
152 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 | xargs shellcheck