Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Feb 27, 2022
1 parent bcbd8e2 commit d612cf5
Show file tree
Hide file tree
Showing 15 changed files with 99 additions and 28 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,10 @@
[
"2022-02-25T15:39:13",
2460617
],
[
"2022-02-27T01:44:50",
2461633
]
],
"ci_light": [
Expand Down Expand Up @@ -1185,6 +1189,10 @@
[
"2022-02-25T15:39:13",
7828
],
[
"2022-02-27T01:44:50",
7926
]
],
"dart": [
Expand Down Expand Up @@ -1779,6 +1787,10 @@
[
"2022-02-25T15:39:13",
2353
],
[
"2022-02-27T01:44:50",
2353
]
],
"documentation": [
Expand Down Expand Up @@ -2373,6 +2385,10 @@
[
"2022-02-25T15:39:13",
43418
],
[
"2022-02-27T01:44:50",
43584
]
],
"dotnet": [
Expand Down Expand Up @@ -2967,6 +2983,10 @@
[
"2022-02-25T15:39:13",
286982
],
[
"2022-02-27T01:44:50",
287824
]
],
"go": [
Expand Down Expand Up @@ -3561,6 +3581,10 @@
[
"2022-02-25T15:39:13",
8403
],
[
"2022-02-27T01:44:50",
8434
]
],
"java": [
Expand Down Expand Up @@ -4155,6 +4179,10 @@
[
"2022-02-25T15:39:13",
61699
],
[
"2022-02-27T01:44:50",
61876
]
],
"javascript": [
Expand Down Expand Up @@ -4749,6 +4777,10 @@
[
"2022-02-25T15:39:13",
93715
],
[
"2022-02-27T01:44:50",
94064
]
],
"php": [
Expand Down Expand Up @@ -5343,6 +5375,10 @@
[
"2022-02-25T15:39:13",
4346
],
[
"2022-02-27T01:44:50",
4378
]
],
"python": [
Expand Down Expand Up @@ -5937,6 +5973,10 @@
[
"2022-02-25T15:39:13",
61802
],
[
"2022-02-27T01:44:50",
62111
]
],
"ruby": [
Expand Down Expand Up @@ -6527,6 +6567,10 @@
[
"2022-02-25T15:39:13",
1904
],
[
"2022-02-27T01:44:50",
1904
]
],
"rust": [
Expand Down Expand Up @@ -7117,6 +7161,10 @@
[
"2022-02-25T15:39:13",
2127
],
[
"2022-02-27T01:44:50",
2165
]
],
"salesforce": [
Expand Down Expand Up @@ -7711,6 +7759,10 @@
[
"2022-02-25T15:39:13",
11060
],
[
"2022-02-27T01:44:50",
11121
]
],
"scala": [
Expand Down Expand Up @@ -8301,6 +8353,10 @@
[
"2022-02-25T15:39:13",
1455
],
[
"2022-02-27T01:44:50",
1455
]
],
"swift": [
Expand Down Expand Up @@ -8891,6 +8947,10 @@
[
"2022-02-25T15:39:13",
1496
],
[
"2022-02-27T01:44:50",
1496
]
],
"terraform": [
Expand Down Expand Up @@ -9485,6 +9545,10 @@
[
"2022-02-25T15:39:13",
41654
],
[
"2022-02-27T01:44:50",
42019
]
]
}
11 changes: 6 additions & 5 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (capture, prun, python3, timeit,",
" time, python, pypy). Useful for formatting",
" magics (python3, timeit, time, capture,",
" python, prun, pypy). Useful for formatting",
" cells with custom python magics.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
Expand Down Expand Up @@ -1466,8 +1466,8 @@
" of opening bracket's line.",
" --ignore errors Comma-separated list of errors and warnings to ignore",
" (or skip). For example, ``--ignore=E4,E51,W234``.",
" (Default: ['E126', 'E121', 'W504', 'E704', 'E226',",
" 'E123', 'E24', 'W503'])",
" (Default: ['W504', 'E123', 'E226', 'W503', 'E126',",
" 'E24', 'E121', 'E704'])",
" --extend-ignore errors",
" Comma-separated list of errors and warnings to add to",
" the list of ignored ones. For example, ``--extend-",
Expand Down Expand Up @@ -6610,7 +6610,8 @@
" {dependencies}. Assuming that your submit script (here",
" sbatch) outputs the generated job id to the first",
" stdout line, {dependencies} will be filled with space",
" separated job ids this job depends on. (default:",
" separated job ids this job depends on. Does not work",
" for workflows that contain checkpoint rules. (default:",
" False)",
" --jobscript SCRIPT, --js SCRIPT",
" Provide a custom job script for submission to the",
Expand Down
10 changes: 5 additions & 5 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"bandit": "1.7.2",
"bash-exec": "5.1.0",
"black": "22.1.0",
"cfn-lint": "0.58.1",
"checkov": "2.0.902",
"cfn-lint": "0.58.2",
"checkov": "2.0.903",
"checkstyle": "9.3",
"chktex": "1.7.6",
"clippy": "0.1.59",
Expand All @@ -19,7 +19,7 @@
"dotenv-linter": "3.2.0",
"dotnet-format": "000",
"editorconfig-checker": "2.3.5",
"eslint": "8.9.0",
"eslint": "8.10.0",
"eslint-plugin-jsonc": "2.2.1",
"flake8": "4.0.1",
"gherkin-lint": "0.0.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
"phpstan": "1.4.6",
"powershell": "7.2.1",
"prettier": "2.5.1",
"protolint": "0.37.0",
"protolint": "0.37.1",
"psalm": "Psalm.4.x-dev@",
"puppet-lint": "2.5.2",
"pylint": "2.12.2",
Expand All @@ -71,7 +71,7 @@
"shellcheck": "0.8.0",
"shfmt": "3.5.0",
"snakefmt": "0.4.4",
"snakemake": "7.0.0",
"snakemake": "7.0.1",
"spectral": "5.6.0",
"sql-lint": "0.0.19",
"sqlfluff": "0.10.1",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- [terrascan](https://www.accurics.com/products/terrascan/) from 1.13.1 to **1.13.2** on 2022-02-25
- [checkov](https://www.checkov.io/) from 2.0.901 to **2.0.902** on 2022-02-25
- [terragrunt](https://terragrunt.gruntwork.io) from 0.36.1 to **0.36.2** on 2022-02-25
- [cfn-lint](https://github.com/martysweet/cfn-lint) from 0.58.1 to **0.58.2** on 2022-02-27
- [eslint](https://eslint.org) from 8.9.0 to **8.10.0** on 2022-02-27
- [protolint](https://github.com/yoheimuta/protolint) from 0.37.0 to **0.37.1** on 2022-02-27
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.0.0 to **7.0.1** on 2022-02-27
- [checkov](https://www.checkov.io/) from 2.0.902 to **2.0.903** on 2022-02-27
<!-- linter-versions-end -->

- New linter `kubeconform` to validate Kubernetes manifests with updated schemas
Expand Down
Loading

0 comments on commit d612cf5

Please sign in to comment.