Skip to content

Commit

Permalink
chore: ignore test folder in superlinter
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Apr 1, 2022
1 parent 4426ffd commit 1a93e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: github/super-linter@v4.9.0
env:
LINTER_RULES_PATH: /
FILTER_REGEX_EXCLUDE: (.*dist\/.*)|(.husky\/.*)
FILTER_REGEX_EXCLUDE: (.*dist\/.*)|(.husky\/.*)|(.test\/.*)
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc.json
VALIDATE_ALL_CODEBASE: true
VALIDATE_JAVASCRIPT_STANDARD: false
Expand Down

0 comments on commit 1a93e70

Please sign in to comment.