Skip to content

Commit 10e1465

Browse files
authored
[automation] Auto-update linters version, help and documentation
2 parents 486866e + cbabb2a commit 10e1465

File tree

9 files changed

+11
-10
lines changed

9 files changed

+11
-10
lines changed

.automation/generated/linter-helps.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,8 +1128,8 @@
11281128
" of opening bracket's line.",
11291129
" --ignore errors Comma-separated list of errors and warnings to ignore",
11301130
" (or skip). For example, ``--ignore=E4,E51,W234``.",
1131-
" (Default: ['E24', 'E123', 'E226', 'E704', 'E126',",
1132-
" 'W504', 'E121', 'W503'])",
1131+
" (Default: ['E126', 'E704', 'E123', 'E24', 'W503',",
1132+
" 'E226', 'W504', 'E121'])",
11331133
" --extend-ignore errors",
11341134
" Comma-separated list of errors and warnings to add to",
11351135
" the list of ignored ones. For example, ``--extend-",

.automation/generated/linter-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"misspell": "0.3.4",
4040
"npm-groovy-lint": "8.2.0",
4141
"perlcritic": "1.140",
42-
"php": "7.4.19",
42+
"php": "7.4.21",
4343
"phpcs": "3.6.0",
4444
"phpstan": "0.12.91",
4545
"powershell": "7.1.3",

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Note: Can be used with `nvuillam/mega-linter@insiders` in your GitHub Action meg
77
- Linter versions upgrades
88
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 6.5.2 to **6.5.3** on 2021-07-07
99
- [checkov](https://www.checkov.io/) from 2.0.251 to **2.0.253** on 2021-07-07
10+
- [php](https://www.php.net) from 7.4.19 to **7.4.21** on 2021-07-07
1011
<!-- linter-versions-end -->
1112

1213
## [4.37.0] 2021-06-22

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- mega-linter-title-end -->
1414

1515
![GitHub release](https://img.shields.io/github/v/release/nvuillam/mega-linter?sort=semver)
16-
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-338.5k-blue)](https://nvuillam.github.io/mega-linter/flavors/)
16+
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-338.6k-blue)](https://nvuillam.github.io/mega-linter/flavors/)
1717
[![Downloads/week](https://img.shields.io/npm/dw/mega-linter-runner.svg)](https://npmjs.org/package/mega-linter-runner)
1818
[![GitHub stars](https://img.shields.io/github/stars/nvuillam/mega-linter?maxAge=2592000)](https://GitHub.com/nvuillam/mega-linter/stargazers/)
1919
[![Mega-Linter](https://github.com/nvuillam/mega-linter/workflows/Mega-Linter/badge.svg?branch=master)](https://github.com/nvuillam/mega-linter/actions?query=workflow%3AMega-Linter+branch%3Amaster)

docs/all_linters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
| **misspell** | 0.3.4 | [SPELL](descriptors/spell_misspell.md) | :white_circle: | [Web Site](https://github.com/client9/misspell){target=_blank} |
4646
| **npm-groovy-lint** | 8.2.0 | [GROOVY](descriptors/groovy_npm_groovy_lint.md) | :heart: | [Mega-Linter reference](https://nvuillam.github.io/npm-groovy-lint/#mega-linter){target=_blank} |
4747
| **perlcritic** | 1.140 | [PERL](descriptors/perl_perlcritic.md) | :white_circle: | [Repository](https://github.com/Perl-Critic/Perl-Critic){target=_blank} |
48-
| **php** | 7.4.19 | [PHP](descriptors/php_php.md) | <!-- --> | [Repository](https://github.com/php/php-src){target=_blank} |
48+
| **php** | 7.4.21 | [PHP](descriptors/php_php.md) | <!-- --> | [Repository](https://github.com/php/php-src){target=_blank} |
4949
| **phpcs** | 3.6.0 | [PHP](descriptors/php_phpcs.md) | :white_circle: | [Web Site](https://github.com/squizlabs/PHP_CodeSniffer){target=_blank} |
5050
| **phpstan** | 0.12.91 | [PHP](descriptors/php_phpstan.md) | :white_circle: | [Repository](https://github.com/phpstan/phpstan){target=_blank} |
5151
| **powershell** | 7.1.3 | [POWERSHELL](descriptors/powershell_powershell.md) | :white_circle: | [Web Site](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} |

docs/descriptors/php_php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
## php documentation
1111

12-
- Version in Mega-Linter: **7.4.19**
12+
- Version in Mega-Linter: **7.4.21**
1313
- Visit [Official Web Site](https://www.php.net){target=_blank}
1414

1515
[![php-src - GitHub](https://gh-card.dev/repos/php/php-src.svg?fullname=)](https://github.com/php/php-src){target=_blank}

docs/descriptors/python_flake8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ optional arguments:
118118
of opening bracket's line.
119119
--ignore errors Comma-separated list of errors and warnings to ignore
120120
(or skip). For example, ``--ignore=E4,E51,W234``.
121-
(Default: ['E24', 'E123', 'E226', 'E704', 'E126',
122-
'W504', 'E121', 'W503'])
121+
(Default: ['E126', 'E704', 'E123', 'E24', 'W503',
122+
'E226', 'W504', 'E121'])
123123
--extend-ignore errors
124124
Comma-separated list of errors and warnings to add to
125125
the list of ignored ones. For example, ``--extend-

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- mega-linter-title-end -->
1414

1515
![GitHub release](https://img.shields.io/github/v/release/nvuillam/mega-linter?sort=semver)
16-
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-338.5k-blue)](https://nvuillam.github.io/mega-linter/flavors/)
16+
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-338.6k-blue)](https://nvuillam.github.io/mega-linter/flavors/)
1717
[![Downloads/week](https://img.shields.io/npm/dw/mega-linter-runner.svg)](https://npmjs.org/package/mega-linter-runner)
1818
[![GitHub stars](https://img.shields.io/github/stars/nvuillam/mega-linter?maxAge=2592000)](https://GitHub.com/nvuillam/mega-linter/stargazers/)
1919
[![Mega-Linter](https://github.com/nvuillam/mega-linter/workflows/Mega-Linter/badge.svg?branch=master)](https://github.com/nvuillam/mega-linter/actions?query=workflow%3AMega-Linter+branch%3Amaster)

mega-linter-runner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[![Downloads/total](https://img.shields.io/npm/dt/mega-linter-runner.svg)](https://npmjs.org/package/mega-linter-runner)
1616
[![GitHub stars](https://img.shields.io/github/stars/nvuillam/mega-linter?maxAge=2592000)](https://GitHub.com/nvuillam/mega-linter/stargazers/)
1717
<!-- readme-header-start -->
18-
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-338.5k-blue)](https://nvuillam.github.io/mega-linter/flavors/)
18+
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-338.6k-blue)](https://nvuillam.github.io/mega-linter/flavors/)
1919
[![Mega-Linter](https://github.com/nvuillam/mega-linter/workflows/Mega-Linter/badge.svg?branch=master)](https://nvuillam.github.io/mega-linter)
2020
[![codecov](https://codecov.io/gh/nvuillam/mega-linter/branch/master/graph/badge.svg)](https://codecov.io/gh/nvuillam/mega-linter)
2121
[![Secured with Trivy](https://img.shields.io/badge/Trivy-secured-green?logo=docker)](https://github.com/aquasecurity/trivy)

0 commit comments

Comments
 (0)