Skip to content

Commit 9040fbd

Browse files
Exclude all tests from bandit (#616)
Co-authored-by: Timothy Pansino <[email protected]>
1 parent ba1d934 commit 9040fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ PYTHON_BLACK_CONFIG_FILE: pyproject.toml
3030
PYTHON_PYLINT_CONFIG_FILE: pyproject.toml
3131
PYTHON_ISORT_CONFIG_FILE: pyproject.toml
3232
PYTHON_BANDIT_CONFIG_FILE: pyproject.toml
33-
PYTHON_BANDIT_FILTER_REGEX_EXCLUDE: ./tests
33+
PYTHON_BANDIT_FILTER_REGEX_EXCLUDE: "tests"
3434

3535
PYTHON_PYLINT_ARGUMENTS: "--fail-under=0 --fail-on=E"

0 commit comments

Comments
 (0)