mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-31 12:04:27 -04:00
bazel: remove stale bash completion file
This commit is contained in:
parent
362d07fc52
commit
0dae7908a7
2 changed files with 1 additions and 15105 deletions
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…
Add table
Add a link
Reference in a new issue