You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bpkg/.shellcheckrc

7 lines
206 B
Plaintext

## Allow unsued variables
disable=SC2034
## Allow declare and assign separately to avoid masking return values
disable=SC2155
## Double quote array expansions to avoid re-splitting elements.
disable=SC2068