Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Jun 24, 2022
1 parent e5bd927 commit c0a7598
Show file tree
Hide file tree
Showing 10 changed files with 409 additions and 344 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,10 @@
[
"2022-06-23T09:06:53",
2516423
],
[
"2022-06-24T02:16:36",
2517041
]
],
"ci_light": [
Expand Down Expand Up @@ -1793,6 +1797,10 @@
[
"2022-06-23T09:06:53",
12753
],
[
"2022-06-24T02:16:36",
12900
]
],
"dart": [
Expand Down Expand Up @@ -2691,6 +2699,10 @@
[
"2022-06-23T09:06:53",
3092
],
[
"2022-06-24T02:16:36",
3114
]
],
"documentation": [
Expand Down Expand Up @@ -3589,6 +3601,10 @@
[
"2022-06-23T09:06:53",
59295
],
[
"2022-06-24T02:16:36",
59431
]
],
"dotnet": [
Expand Down Expand Up @@ -4487,6 +4503,10 @@
[
"2022-06-23T09:06:53",
301295
],
[
"2022-06-24T02:16:36",
301475
]
],
"go": [
Expand Down Expand Up @@ -5385,6 +5405,10 @@
[
"2022-06-23T09:06:53",
11958
],
[
"2022-06-24T02:16:36",
11959
]
],
"java": [
Expand Down Expand Up @@ -6283,6 +6307,10 @@
[
"2022-06-23T09:06:53",
79574
],
[
"2022-06-24T02:16:36",
79688
]
],
"javascript": [
Expand Down Expand Up @@ -7181,6 +7209,10 @@
[
"2022-06-23T09:06:53",
125320
],
[
"2022-06-24T02:16:36",
125588
]
],
"php": [
Expand Down Expand Up @@ -8079,6 +8111,10 @@
[
"2022-06-23T09:06:53",
9115
],
[
"2022-06-24T02:16:36",
9150
]
],
"python": [
Expand Down Expand Up @@ -8977,6 +9013,10 @@
[
"2022-06-23T09:06:53",
82603
],
[
"2022-06-24T02:16:36",
82833
]
],
"ruby": [
Expand Down Expand Up @@ -9871,6 +9911,10 @@
[
"2022-06-23T09:06:53",
2321
],
[
"2022-06-24T02:16:36",
2321
]
],
"rust": [
Expand Down Expand Up @@ -10765,6 +10809,10 @@
[
"2022-06-23T09:06:53",
3734
],
[
"2022-06-24T02:16:36",
3735
]
],
"salesforce": [
Expand Down Expand Up @@ -11663,6 +11711,10 @@
[
"2022-06-23T09:06:53",
12373
],
[
"2022-06-24T02:16:36",
12402
]
],
"scala": [
Expand Down Expand Up @@ -12557,6 +12609,10 @@
[
"2022-06-23T09:06:53",
1476
],
[
"2022-06-24T02:16:36",
1476
]
],
"swift": [
Expand Down Expand Up @@ -13451,6 +13507,10 @@
[
"2022-06-23T09:06:53",
1811
],
[
"2022-06-24T02:16:36",
1814
]
],
"terraform": [
Expand Down Expand Up @@ -14349,6 +14409,10 @@
[
"2022-06-23T09:06:53",
77309
],
[
"2022-06-24T02:16:36",
77679
]
]
}
10 changes: 5 additions & 5 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 (prun, pypy, time, capture, timeit,",
" python, python3). Useful for formatting",
" cells with custom python magics.",
" magics (time, capture, prun, python,",
" python3, pypy, timeit). 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 @@ -1552,8 +1552,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: ['E123', 'E24', 'E704', 'E126', 'E226',",
" 'E121', 'W503', 'W504'])",
" (Default: ['E226', 'W503', 'W504', 'E704', '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
2 changes: 1 addition & 1 deletion .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.1",
"checkov": "2.1.0",
"checkov": "2.1.5",
"checkstyle": "10.3",
"chktex": "1.7.6",
"clippy": "0.1.61",
Expand Down
Loading

0 comments on commit c0a7598

Please sign in to comment.