mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
bazel: remove stale bash completion file
This commit is contained in:
parent
362d07fc52
commit
0dae7908a7
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user