File tree Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Expand file tree Collapse file tree 2 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 1+ ENABLE :
2+ - ACTION
3+ - EDITORCONFIG
4+ - JSON
5+ - MARKDOWN
6+ - PHP
7+ - YAML
8+ DISABLE_LINTERS :
9+ - JSON_PRETTIER
10+ - JSON_V8R
11+ - MARKDOWN_MARKDOWN_TABLE_FORMATTER
12+ - MARKDOWN_MARKDOWN_LINK_CHECK
13+ - PHP_BUILTIN
14+ - PHP_PSALM
15+ - PHP_PHPCSFIXER
16+ - YAML_V8R
17+ PRINT_ALL_FILES : false
Original file line number Diff line number Diff line change 11EXTENDS :
22 - " https://raw.githubusercontent.com/llaville/.github/refs/heads/master/.mega-linter-base.yml"
3- ENABLE :
4- - ACTION
5- - EDITORCONFIG
6- - JSON
7- - MARKDOWN
8- - PHP
9- - YAML
10- DISABLE_LINTERS :
11- - JSON_PRETTIER
12- - JSON_V8R
13- - MARKDOWN_MARKDOWN_TABLE_FORMATTER
14- - MARKDOWN_MARKDOWN_LINK_CHECK
15- - PHP_BUILTIN
16- - PHP_PSALM
17- - PHP_PHPCSFIXER
18- - YAML_V8R
19- PRINT_ALL_FILES : false
20- PHP_PHPSTAN_CLI_EXECUTABLE : " vendor/bin/phpstan" # force to use PHPStan locally version when additional extensions are required
3+ - .mega-linter-base.yml
4+ PHP_PHPSTAN_CLI_EXECUTABLE : " /tmp/lint/vendor/bin/phpstan" # force to use PHPStan locally version when additional extensions are required
215PHP_PHPSTAN_DISABLE_ERRORS : false # project is now compatible PHPStan 2.x
You can’t perform that action at this time.
0 commit comments