test: adapt to shellcheck v0.9.0
This commit is contained in:
parent
86c3036fe3
commit
07a8f3d5ea
9 changed files with 27 additions and 25 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -168,7 +168,9 @@ jobs:
|
|||
with:
|
||||
ignore: vendor # We don't want to fix the code in vendored dependencies
|
||||
env:
|
||||
SHELLCHECK_OPTS: -e SC1091 -e SC2002 # don't check /etc/os-release sourcing and allow useless cats to live inside our codebase
|
||||
# don't check /etc/os-release sourcing, allow useless cats to live inside our codebase, and
|
||||
# allow seemingly unreachable commands
|
||||
SHELLCHECK_OPTS: -e SC1091 -e SC2002 -e SC2317
|
||||
|
||||
rpmlint:
|
||||
name: "📦 RPMlint"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue