Skip to content

Commit ac05652

Browse files
committed
fix regexp on file filters
1 parent bace61b commit ac05652

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .mega-linter.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ DISABLE_LINTERS:
1010
- MARKDOWN_MARKDOWN_TABLE_FORMATTER
1111
- PHP_PSALM
1212
- YAML_V8R
13-
EDITORCONFIG_EDITORCONFIG_CHECKER_FILTER_REGEX_EXCLUDE: "(.idea|.editorconfig|.github|.phpunit.result.cache|LICENSE)"
13+
EDITORCONFIG_EDITORCONFIG_CHECKER_FILTER_REGEX_EXCLUDE: "(\\.idea|\\.editorconfig|\\.github|\\.phpunit\\.result\\.cache|LICENSE)"
1414
JSON_PRETTIER_FILTER_REGEX_EXCLUDE: "(composer.json)"
15-
MARKDOWN_MARKDOWNLINT_FILTER_REGEX_EXCLUDE: "(.github)"
16-
MARKDOWN_MARKDOWN_LINK_CHECK_FILTER_REGEX_EXCLUDE: "(.github)"
15+
MARKDOWN_MARKDOWNLINT_FILTER_REGEX_EXCLUDE: "(\\.github)"
16+
MARKDOWN_MARKDOWN_LINK_CHECK_FILTER_REGEX_EXCLUDE: "(\\.github)"
1717
PHP_PHPCS_CONFIG_FILE: ".phpcs.xml.dist"
1818
PHP_PHPCS_ARGUMENTS: "-n"
1919
PHP_PHPSTAN_CONFIG_FILE: "phpstan.neon.dist"
20-
YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: "(.github)"
21-
YAML_PRETTIER_FILTER_REGEX_EXCLUDE: "(.github)"
20+
YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: "(\\.github)"
21+
YAML_PRETTIER_FILTER_REGEX_EXCLUDE: "(\\.github)"

0 commit comments

Comments
 (0)