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 23, 2022
1 parent e5bd927 commit 95cf3ed
Show file tree
Hide file tree
Showing 10 changed files with 353 additions and 352 deletions.
60 changes: 30 additions & 30 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -893,8 +893,8 @@
2516095
],
[
"2022-06-23T09:06:53",
2516423
"2022-06-23T17:01:59",
2516842
]
],
"ci_light": [
Expand Down Expand Up @@ -1791,8 +1791,8 @@
12700
],
[
"2022-06-23T09:06:53",
12753
"2022-06-23T17:01:59",
12860
]
],
"dart": [
Expand Down Expand Up @@ -2689,8 +2689,8 @@
3091
],
[
"2022-06-23T09:06:53",
3092
"2022-06-23T17:01:59",
3103
]
],
"documentation": [
Expand Down Expand Up @@ -3587,8 +3587,8 @@
59232
],
[
"2022-06-23T09:06:53",
59295
"2022-06-23T17:01:59",
59332
]
],
"dotnet": [
Expand Down Expand Up @@ -4485,8 +4485,8 @@
301272
],
[
"2022-06-23T09:06:53",
301295
"2022-06-23T17:01:59",
301377
]
],
"go": [
Expand Down Expand Up @@ -5383,8 +5383,8 @@
11956
],
[
"2022-06-23T09:06:53",
11958
"2022-06-23T17:01:59",
11959
]
],
"java": [
Expand Down Expand Up @@ -6281,8 +6281,8 @@
79499
],
[
"2022-06-23T09:06:53",
79574
"2022-06-23T17:01:59",
79644
]
],
"javascript": [
Expand Down Expand Up @@ -7179,8 +7179,8 @@
125181
],
[
"2022-06-23T09:06:53",
125320
"2022-06-23T17:01:59",
125458
]
],
"php": [
Expand Down Expand Up @@ -8077,8 +8077,8 @@
9115
],
[
"2022-06-23T09:06:53",
9115
"2022-06-23T17:01:59",
9129
]
],
"python": [
Expand Down Expand Up @@ -8975,8 +8975,8 @@
82519
],
[
"2022-06-23T09:06:53",
82603
"2022-06-23T17:01:59",
82697
]
],
"ruby": [
Expand Down Expand Up @@ -9869,7 +9869,7 @@
2321
],
[
"2022-06-23T09:06:53",
"2022-06-23T17:01:59",
2321
]
],
Expand Down Expand Up @@ -10763,8 +10763,8 @@
3733
],
[
"2022-06-23T09:06:53",
3734
"2022-06-23T17:01:59",
3735
]
],
"salesforce": [
Expand Down Expand Up @@ -11661,8 +11661,8 @@
12336
],
[
"2022-06-23T09:06:53",
12373
"2022-06-23T17:01:59",
12394
]
],
"scala": [
Expand Down Expand Up @@ -12555,7 +12555,7 @@
1476
],
[
"2022-06-23T09:06:53",
"2022-06-23T17:01:59",
1476
]
],
Expand Down Expand Up @@ -13449,8 +13449,8 @@
1809
],
[
"2022-06-23T09:06:53",
1811
"2022-06-23T17:01:59",
1814
]
],
"terraform": [
Expand Down Expand Up @@ -14347,8 +14347,8 @@
77144
],
[
"2022-06-23T09:06:53",
77309
"2022-06-23T17:01:59",
77495
]
]
}
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 (python, python3, prun, timeit, time,",
" capture, pypy). 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: ['E123', 'E226', 'E121', 'E126', 'E24',",
" 'W504', 'E704', 'W503'])",
" --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 95cf3ed

Please sign in to comment.