Skip to content

Commit

Permalink
Fix regex exclude filter in super-linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubKorytko committed Nov 9, 2023
1 parent bec8d69 commit a3b9fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: super-linter/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: false
FILTER_REGEX_EXCLUDE: 'data_.*.txt'
FILTER_REGEX_EXCLUDE: 'data_.*\.txt'
DEFAULT_BRANCH: main
PYTHON_PYLINT_CONFIG_FILE: .pylintrc
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a3b9fb1

Please sign in to comment.