chore: rm format script config for removed files (#1538)

This commit is contained in:
James Hegedus 2023-04-12 13:27:24 +10:00 committed by GitHub
parent 5367f1f090
commit 2cf2f58c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,6 @@
set -euo pipefail set -euo pipefail
# check .sh files
shfmt --language-dialect posix --indent 2 --write \
lib/*.sh
# check .bash files # check .bash files
shfmt --language-dialect bash --indent 2 --write \ shfmt --language-dialect bash --indent 2 --write \
completions/*.bash \ completions/*.bash \