mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-02 10:35:08 -05: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"
|
"terraform-provider-constellation/examples"
|
||||||
)
|
)
|
||||||
|
|
||||||
excludeFiles=(
|
excludeFiles=()
|
||||||
"bazel/bazel-complete.bash"
|
|
||||||
)
|
|
||||||
|
|
||||||
echo "The following scripts are excluded by their directory and won't be linted with shellcheck:"
|
echo "The following scripts are excluded by their directory and won't be linted with shellcheck:"
|
||||||
for exclude in "${excludeDirs[@]}"; do
|
for exclude in "${excludeDirs[@]}"; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user