binctr/vendor/github.com/docker/cli/scripts/validate/shellcheck
Jess Frazelle cdd93563f5 add better generate
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-03-20 01:33:56 -04:00

5 lines
171 B
Bash
Executable file

#!/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