Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automation] Auto-update linters version, help and documentation #1521

Merged
merged 1 commit into from
Jun 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,10 @@
[
"2022-06-09T13:28:16",
2507524
],
[
"2022-06-10T02:21:45",
2507874
]
],
"ci_light": [
Expand Down Expand Up @@ -1721,6 +1725,10 @@
[
"2022-06-09T13:28:16",
11450
],
[
"2022-06-10T02:21:45",
11532
]
],
"dart": [
Expand Down Expand Up @@ -2583,6 +2591,10 @@
[
"2022-06-09T13:28:16",
2941
],
[
"2022-06-10T02:21:45",
2947
]
],
"documentation": [
Expand Down Expand Up @@ -3445,6 +3457,10 @@
[
"2022-06-09T13:28:16",
57447
],
[
"2022-06-10T02:21:45",
57566
]
],
"dotnet": [
Expand Down Expand Up @@ -4307,6 +4323,10 @@
[
"2022-06-09T13:28:16",
299871
],
[
"2022-06-10T02:21:45",
299925
]
],
"go": [
Expand Down Expand Up @@ -5169,6 +5189,10 @@
[
"2022-06-09T13:28:16",
11737
],
[
"2022-06-10T02:21:45",
11751
]
],
"java": [
Expand Down Expand Up @@ -6031,6 +6055,10 @@
[
"2022-06-09T13:28:16",
77681
],
[
"2022-06-10T02:21:45",
77767
]
],
"javascript": [
Expand Down Expand Up @@ -6893,6 +6921,10 @@
[
"2022-06-09T13:28:16",
121970
],
[
"2022-06-10T02:21:45",
122136
]
],
"php": [
Expand Down Expand Up @@ -7755,6 +7787,10 @@
[
"2022-06-09T13:28:16",
8754
],
[
"2022-06-10T02:21:45",
8778
]
],
"python": [
Expand Down Expand Up @@ -8617,6 +8653,10 @@
[
"2022-06-09T13:28:16",
79968
],
[
"2022-06-10T02:21:45",
80151
]
],
"ruby": [
Expand Down Expand Up @@ -9475,6 +9515,10 @@
[
"2022-06-09T13:28:16",
2315
],
[
"2022-06-10T02:21:45",
2316
]
],
"rust": [
Expand Down Expand Up @@ -10333,6 +10377,10 @@
[
"2022-06-09T13:28:16",
3414
],
[
"2022-06-10T02:21:45",
3433
]
],
"salesforce": [
Expand Down Expand Up @@ -11195,6 +11243,10 @@
[
"2022-06-09T13:28:16",
12097
],
[
"2022-06-10T02:21:45",
12101
]
],
"scala": [
Expand Down Expand Up @@ -12053,6 +12105,10 @@
[
"2022-06-09T13:28:16",
1472
],
[
"2022-06-10T02:21:45",
1473
]
],
"swift": [
Expand Down Expand Up @@ -12911,6 +12967,10 @@
[
"2022-06-09T13:28:16",
1746
],
[
"2022-06-10T02:21:45",
1746
]
],
"terraform": [
Expand Down Expand Up @@ -13773,6 +13833,10 @@
[
"2022-06-09T13:28:16",
72203
],
[
"2022-06-10T02:21:45",
72465
]
]
}
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 (python3, timeit, python, prun, time,",
" capture, pypy). Useful for formatting cells",
" with custom python magics.",
" magics (time, prun, python3, pypy, timeit,",
" python, capture). 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 @@ -1551,8 +1551,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', 'W503', 'W504', 'E704', 'E24',",
" 'E226', 'E123', 'E121'])",
" (Default: ['E704', 'W504', 'E126', 'W503', 'E121',",
" 'E226', 'E24', 'E123'])",
" --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 @@ -4877,7 +4877,7 @@
" -V, --verbose-version Display verbose version."
],
"scalafix": [
"Scalafix 0.10.0",
"Scalafix 0.10.1",
"Usage: scalafix [options] [<path> ...]",
"",
"Scalafix is a refactoring and linting tool. Scalafix supports both syntactic and",
Expand Down
4 changes: 2 additions & 2 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.61.0",
"checkov": "2.0.1207",
"checkov": "2.0.1209",
"checkstyle": "10.3",
"chktex": "1.7.6",
"clippy": "0.1.61",
Expand Down Expand Up @@ -61,7 +61,7 @@
"rstcheck": "6.0.0",
"rstfmt": "0.0.10",
"rubocop": "1.30.1",
"scalafix": "0.10.0",
"scalafix": "0.10.1",
"scss-lint": "0.59.0",
"secretlint": "4.1.0",
"sfdx-scanner": "2.8.0",
Expand Down
Loading