Skip to content

Commit

Permalink
update MegaLinter configuration (disable PHP-CS-Fixer linter)
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Aug 10, 2024
1 parent 3e16296 commit 46ed7e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ DISABLE_LINTERS:
- MARKDOWN_MARKDOWN_LINK_CHECK
- PHP_BUILTIN
- PHP_PSALM
- PHP_PHPCSFIXER
- YAML_V8R
ACTION_ACTIONLINT_ARGUMENTS: "-shellcheck"
DOCKERFILE_HADOLINT_ARGUMENTS: "-t error"
EDITORCONFIG_EDITORCONFIG_CHECKER_CLI_LINT_MODE: project
JSON_PRETTIER_FILTER_REGEX_EXCLUDE: "(composer.json)"
JSON_PRETTIER_FILTER_REGEX_EXCLUDE: "(composer\\.json||box\\.json||sbom\\.json)"
MARKDOWN_MARKDOWNLINT_CONFIG_FILE: ".markdown-lint.json"
MARKDOWN_MARKDOWNLINT_FILTER_REGEX_EXCLUDE: "(\\.github)"
PHP_PHPSTAN_CLI_LINT_MODE: project # to avoid https://github.com/nvuillam/mega-linter/issues/725
Expand Down

0 comments on commit 46ed7e4

Please sign in to comment.