Skip to content

Commit 5fa817d

Browse files
committed
latest changes about MegaLinter migration from v5 to v6
1 parent f72a188 commit 5fa817d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/linters/.phplint.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
path: .
2+
jobs: 5
3+
extensions:
4+
- php
5+
exclude:
6+
- vendor
7+
warning: false

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ vendor/
2020

2121
###### Mega-Linter ######
2222
report/
23-
23+
megalinter-reports/
2424

2525
######################################
2626
# GENERIC

.mega-linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ MARKDOWN_MARKDOWNLINT_CONFIG_FILE: ".markdown-lint.json"
2929
PHP_PHPCS_CONFIG_FILE: ".phpcs.xml.dist"
3030
PHP_PHPCS_ARGUMENTS: "-n"
3131
PHP_PHPSTAN_CLI_LINT_MODE: project
32+
PHP_PHPLINT_CLI_LINT_MODE: project
3233
YAML_PRETTIER_FILTER_REGEX_EXCLUDE: "(\\.github|mkdocs\\.yml|\\.mega-linter\\.yml)" # As it cannot be added in .gitignore for ML actionlint linter
3334
YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: "(\\.github|mkdocs\\.yml)" # As it cannot be added in .gitignore for ML actionlint linter
3435
CONFIG_REPORTER: false
3536
UPDATED_SOURCES_REPORTER: false
3637
# TEXT_REPORTER: true # cannot be set to true, and should use default value (true), otherwise TAP REPORTER is also generated. See https://github.com/nvuillam/mega-linter/issues/744
3738
CONSOLE_REPORTER: true
38-
LOG_FILE: mega-linter-v5.log
39+
LOG_FILE: mega-linter-v6.log
3940
LOG_LEVEL: INFO
4041
PRINT_ALL_FILES: false

0 commit comments

Comments
 (0)