Skip to content

Commit ebbaef9

Browse files
committed
fix(ci): use shellcheck ignore_names for syntax-error fixture
ignore_paths only matches directory prefixes; ignore_names skips by basename, which is what we need for a single fixture file.
1 parent bb58b7b commit ebbaef9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/static_analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ jobs:
2525
uses: ludeeus/action-shellcheck@master
2626
env:
2727
SHELLCHECK_OPTS: -e SC1091 -e SC2155 -e SC2016
28+
with:
29+
ignore_names: test_bashunit_when_syntax_error.bash
2830

0 commit comments

Comments
 (0)