Skip to content

Commit

Permalink
Set VALIDATE_ALL_CODEBASE to false in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubKorytko committed Nov 8, 2023
1 parent ee891bf commit bec8d69
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 @@ -26,7 +26,7 @@ jobs:
- name: Lint Code Base
uses: super-linter/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_ALL_CODEBASE: false
FILTER_REGEX_EXCLUDE: 'data_.*.txt'
DEFAULT_BRANCH: main
PYTHON_PYLINT_CONFIG_FILE: .pylintrc
Expand Down

0 comments on commit bec8d69

Please sign in to comment.