mirror of
https://github.com/docker/cli.git
synced 2025-08-29 00:47:54 +03:00
Some of them are skipped for now (because the feature is not supported or needs more work), some of them are fixed. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
6 lines
171 B
Bash
Executable File
6 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
|