Skip to content

Commit

Permalink
Fix megalinter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JudsonStevens committed Dec 17, 2023
1 parent ce224d4 commit 86c0f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ PYTHON_RUFF_CONFIG_FILE: "pyproject.toml"
REPOSITORY_DEVSKIM_ARGUMENTS: ["-g", ".mypy_cache/*"]
SHOW_ELAPSED_TIME: true
SPELL_MISSPELL_FILTER_REGEX_EXCLUDE: '(\.automation/generated|docs/descriptors)'
YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: '(templates/|\.mega-linter\.yml|/tests/**)'
YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: '(templates/|\.mega-linter\.yml|/tests'
YAML_PRETTIER_FILTER_REGEX_EXCLUDE: '(templates/|\.mega-linter\.yml|mkdocs\.yml)'
YAML_V8R_FILTER_REGEX_EXCLUDE: '(descriptors|templates/\.mega-linter\.yml|\.codecov\.yml)'

0 comments on commit 86c0f13

Please sign in to comment.