Skip to content

Commit 86c0f13

Browse files
committed
Fix megalinter issue
1 parent ce224d4 commit 86c0f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mega-linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ PYTHON_RUFF_CONFIG_FILE: "pyproject.toml"
4242
REPOSITORY_DEVSKIM_ARGUMENTS: ["-g", ".mypy_cache/*"]
4343
SHOW_ELAPSED_TIME: true
4444
SPELL_MISSPELL_FILTER_REGEX_EXCLUDE: '(\.automation/generated|docs/descriptors)'
45-
YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: '(templates/|\.mega-linter\.yml|/tests/**)'
45+
YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: '(templates/|\.mega-linter\.yml|/tests'
4646
YAML_PRETTIER_FILTER_REGEX_EXCLUDE: '(templates/|\.mega-linter\.yml|mkdocs\.yml)'
4747
YAML_V8R_FILTER_REGEX_EXCLUDE: '(descriptors|templates/\.mega-linter\.yml|\.codecov\.yml)'

0 commit comments

Comments
 (0)