bazel: remove stale bash completion file

This commit is contained in:
Malte Poll 2024-01-08 09:20:07 +01:00
parent 362d07fc52
commit 0dae7908a7
2 changed files with 1 additions and 15105 deletions

File diff suppressed because it is too large Load Diff

View File

@ -32,9 +32,7 @@ excludeDirs=(
"terraform-provider-constellation/examples"
)
excludeFiles=(
"bazel/bazel-complete.bash"
)
excludeFiles=()
echo "The following scripts are excluded by their directory and won't be linted with shellcheck:"
for exclude in "${excludeDirs[@]}"; do