Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Apr 4, 2022
1 parent f0ca57f commit 264a1d8
Show file tree
Hide file tree
Showing 19 changed files with 196 additions and 130 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,10 @@
[
"2022-04-02T01:51:52",
2476414
],
[
"2022-04-04T03:28:40",
2476800
]
],
"ci_light": [
Expand Down Expand Up @@ -1409,6 +1413,10 @@
[
"2022-04-02T01:51:52",
8976
],
[
"2022-04-04T03:28:40",
9009
]
],
"dart": [
Expand Down Expand Up @@ -2115,6 +2123,10 @@
[
"2022-04-02T01:51:52",
2524
],
[
"2022-04-04T03:28:40",
2526
]
],
"documentation": [
Expand Down Expand Up @@ -2821,6 +2833,10 @@
[
"2022-04-02T01:51:52",
46980
],
[
"2022-04-04T03:28:40",
47046
]
],
"dotnet": [
Expand Down Expand Up @@ -3527,6 +3543,10 @@
[
"2022-04-02T01:51:52",
292786
],
[
"2022-04-04T03:28:40",
292815
]
],
"go": [
Expand Down Expand Up @@ -4233,6 +4253,10 @@
[
"2022-04-02T01:51:52",
9382
],
[
"2022-04-04T03:28:40",
9391
]
],
"java": [
Expand Down Expand Up @@ -4939,6 +4963,10 @@
[
"2022-04-02T01:51:52",
68691
],
[
"2022-04-04T03:28:40",
68821
]
],
"javascript": [
Expand Down Expand Up @@ -5645,6 +5673,10 @@
[
"2022-04-02T01:51:52",
101691
],
[
"2022-04-04T03:28:40",
102187
]
],
"php": [
Expand Down Expand Up @@ -6351,6 +6383,10 @@
[
"2022-04-02T01:51:52",
5314
],
[
"2022-04-04T03:28:40",
5320
]
],
"python": [
Expand Down Expand Up @@ -7057,6 +7093,10 @@
[
"2022-04-02T01:51:52",
67461
],
[
"2022-04-04T03:28:40",
67546
]
],
"ruby": [
Expand Down Expand Up @@ -7759,6 +7799,10 @@
[
"2022-04-02T01:51:52",
2036
],
[
"2022-04-04T03:28:40",
2037
]
],
"rust": [
Expand Down Expand Up @@ -8461,6 +8505,10 @@
[
"2022-04-02T01:51:52",
2995
],
[
"2022-04-04T03:28:40",
3043
]
],
"salesforce": [
Expand Down Expand Up @@ -9167,6 +9215,10 @@
[
"2022-04-02T01:51:52",
11569
],
[
"2022-04-04T03:28:40",
11574
]
],
"scala": [
Expand Down Expand Up @@ -9869,6 +9921,10 @@
[
"2022-04-02T01:51:52",
1463
],
[
"2022-04-04T03:28:40",
1463
]
],
"swift": [
Expand Down Expand Up @@ -10571,6 +10627,10 @@
[
"2022-04-02T01:51:52",
1501
],
[
"2022-04-04T03:28:40",
1501
]
],
"terraform": [
Expand Down Expand Up @@ -11277,6 +11337,10 @@
[
"2022-04-02T01:51:52",
49008
],
[
"2022-04-04T03:28:40",
49265
]
]
}
12 changes: 6 additions & 6 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (pypy, timeit, python3, capture,",
" python, time, prun). Useful for formatting",
" cells with custom python magics.",
" magics (time, timeit, python, capture, prun,",
" pypy, python3). Useful for formatting cells",
" with custom python magics.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
" -C, --skip-magic-trailing-comma",
Expand Down Expand Up @@ -1516,8 +1516,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: ['W503', 'W504', 'E704', 'E126', 'E24',",
" 'E121', 'E123', 'E226'])",
" (Default: ['W503', 'E704', 'W504', 'E121', 'E123',",
" 'E24', 'E126', 'E226'])",
" --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 @@ -4349,7 +4349,7 @@
" -V, --verbose-version Display verbose version."
],
"scalafix": [
"Scalafix 0.9.34",
"Scalafix 0.10.0-RC1",
"Usage: scalafix [options] [<path> ...]",
"",
"Scalafix is a refactoring and linting tool. Scalafix supports both syntactic and",
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 @@ -6,7 +6,7 @@
"bash-exec": "5.1.16",
"black": "22.3.0",
"cfn-lint": "0.58.4",
"checkov": "2.0.1024",
"checkov": "2.0.1030",
"checkstyle": "10.1",
"chktex": "1.7.6",
"clippy": "0.1.59",
Expand Down Expand Up @@ -47,9 +47,9 @@
"php": "7.4.26",
"phpcs": "3.6.2",
"phplint": "3.0",
"phpstan": "1.5.3",
"phpstan": "1.5.4",
"powershell": "7.2.2",
"prettier": "2.6.1",
"prettier": "2.6.2",
"protolint": "0.37.1",
"psalm": "Psalm.4.x-dev@",
"puppet-lint": "2.5.2",
Expand All @@ -61,7 +61,7 @@
"rstcheck": "3.3.1",
"rstfmt": "0.0.10",
"rubocop": "1.26.1",
"scalafix": "0.9.34",
"scalafix": "0.10.0",
"scss-lint": "0.59.0",
"secretlint": "4.1.0",
"sfdx-scanner": "2.8.0",
Expand All @@ -71,7 +71,7 @@
"shellcheck": "0.8.0",
"shfmt": "3.5.0",
"snakefmt": "0.6.0",
"snakemake": "7.3.5",
"snakemake": "7.3.6",
"spectral": "5.6.0",
"sql-lint": "0.0.19",
"sqlfluff": "0.11.2",
Expand Down
Loading

0 comments on commit 264a1d8

Please sign in to comment.