reg/vendor/github.com/docker/docker-ce/components/cli/scripts/validate/shellcheck

6 lines
152 B
Text
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