Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Apr 30, 2022
1 parent f00c7be commit 675c08d
Show file tree
Hide file tree
Showing 10 changed files with 184 additions and 118 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,10 @@
[
"2022-04-29T02:28:21",
2487589
],
[
"2022-04-30T02:23:54",
2488200
]
],
"ci_light": [
Expand Down Expand Up @@ -1513,6 +1517,10 @@
[
"2022-04-29T02:28:21",
9588
],
[
"2022-04-30T02:23:54",
9606
]
],
"dart": [
Expand Down Expand Up @@ -2271,6 +2279,10 @@
[
"2022-04-29T02:28:21",
2681
],
[
"2022-04-30T02:23:54",
2686
]
],
"documentation": [
Expand Down Expand Up @@ -3029,6 +3041,10 @@
[
"2022-04-29T02:28:21",
50937
],
[
"2022-04-30T02:23:54",
51176
]
],
"dotnet": [
Expand Down Expand Up @@ -3787,6 +3803,10 @@
[
"2022-04-29T02:28:21",
295256
],
[
"2022-04-30T02:23:54",
295406
]
],
"go": [
Expand Down Expand Up @@ -4545,6 +4565,10 @@
[
"2022-04-29T02:28:21",
10310
],
[
"2022-04-30T02:23:54",
10354
]
],
"java": [
Expand Down Expand Up @@ -5303,6 +5327,10 @@
[
"2022-04-29T02:28:21",
72170
],
[
"2022-04-30T02:23:54",
72323
]
],
"javascript": [
Expand Down Expand Up @@ -6061,6 +6089,10 @@
[
"2022-04-29T02:28:21",
111625
],
[
"2022-04-30T02:23:54",
111858
]
],
"php": [
Expand Down Expand Up @@ -6819,6 +6851,10 @@
[
"2022-04-29T02:28:21",
7637
],
[
"2022-04-30T02:23:54",
7685
]
],
"python": [
Expand Down Expand Up @@ -7577,6 +7613,10 @@
[
"2022-04-29T02:28:21",
71943
],
[
"2022-04-30T02:23:54",
72147
]
],
"ruby": [
Expand Down Expand Up @@ -8331,6 +8371,10 @@
[
"2022-04-29T02:28:21",
2119
],
[
"2022-04-30T02:23:54",
2124
]
],
"rust": [
Expand Down Expand Up @@ -9085,6 +9129,10 @@
[
"2022-04-29T02:28:21",
3167
],
[
"2022-04-30T02:23:54",
3177
]
],
"salesforce": [
Expand Down Expand Up @@ -9843,6 +9891,10 @@
[
"2022-04-29T02:28:21",
11923
],
[
"2022-04-30T02:23:54",
11928
]
],
"scala": [
Expand Down Expand Up @@ -10597,6 +10649,10 @@
[
"2022-04-29T02:28:21",
1467
],
[
"2022-04-30T02:23:54",
1467
]
],
"swift": [
Expand Down Expand Up @@ -11351,6 +11407,10 @@
[
"2022-04-29T02:28:21",
1520
],
[
"2022-04-30T02:23:54",
1520
]
],
"terraform": [
Expand Down Expand Up @@ -12109,6 +12169,10 @@
[
"2022-04-29T02:28:21",
56747
],
[
"2022-04-30T02:23:54",
57107
]
]
}
8 changes: 4 additions & 4 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (prun, python, time, timeit, pypy,",
" python3, capture). Useful for formatting",
" magics (capture, pypy, python3, prun,",
" python, time, timeit). Useful for formatting",
" cells with custom python magics.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
Expand Down Expand Up @@ -1541,8 +1541,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: ['E226', 'E123', 'E704', 'E24', 'W504',",
" 'E121', 'E126', 'W503'])",
" (Default: ['E704', 'W503', 'W504', 'E226', 'E24',",
" 'E121', 'E126', 'E123'])",
" --extend-ignore errors",
" Comma-separated list of errors and warnings to add to",
" the list of ignored ones. For example, ``--extend-",
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.59.0",
"checkov": "2.0.1098",
"checkov": "2.0.1100",
"checkstyle": "10.2",
"chktex": "1.7.6",
"clippy": "0.1.60",
Expand Down Expand Up @@ -76,7 +76,7 @@
"sql-lint": "0.0.19",
"sqlfluff": "0.13.0",
"standard": "15.0.1",
"stylelint": "14.8.0",
"stylelint": "14.8.1",
"swiftlint": "0.46.5",
"tekton-lint": "0.6.0",
"terraform-fmt": "1.1.9",
Expand Down
Loading

0 comments on commit 675c08d

Please sign in to comment.