Skip to content

Commit c79625d

Browse files
committed
testing the exclude issues feature
1 parent 1f3c602 commit c79625d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: Azbagheri/shell-linter@develop
1818
with:
1919
exclude-paths: "tests/shunit2,testdata/html_response,LICENSE"
20-
# exclude_issues: "SC2034,SC1091"
20+
exclude_issues: "SC2034,SC1091"
2121

2222
unit_tests:
2323
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)