mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
Use shellcheck on yourself
Fixing shellcheck warnings on shell scripts in this repo.
This commit is contained in:
parent
a0005bfa5a
commit
9378227570
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC2257
|
||||
|
||||
failed=0
|
||||
fail() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue