Skip to content

Commit

Permalink
build: ignore lint all expected_output* folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Rys committed Aug 9, 2021
1 parent 4cf0e64 commit ea03536
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ jobs:
VALIDATE_ALL_CODEBASE: false
LINTER_RULES_PATH: /
PYTHON_ISORT_CONFIG_FILE: pyproject.toml
FILTER_REGEX_EXCLUDE: .*tests/expected_output/.*

FILTER_REGEX_EXCLUDE: .*tests/expected_output.*
semgrep:
runs-on: ubuntu-latest
name: security-sast-semgrep
Expand Down

0 comments on commit ea03536

Please sign in to comment.