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 May 14, 2022
1 parent f958756 commit 2433a4e
Show file tree
Hide file tree
Showing 11 changed files with 348 additions and 96 deletions.
52 changes: 26 additions & 26 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,8 @@
2493335
],
[
"2022-05-14T10:19:10",
2494488
"2022-05-14T17:00:11",
2494525
]
],
"ci_light": [
Expand Down Expand Up @@ -1591,8 +1591,8 @@
10003
],
[
"2022-05-14T10:19:10",
10116
"2022-05-14T17:00:11",
10119
]
],
"dart": [
Expand Down Expand Up @@ -2389,7 +2389,7 @@
2745
],
[
"2022-05-14T10:19:10",
"2022-05-14T17:00:11",
2767
]
],
Expand Down Expand Up @@ -3187,8 +3187,8 @@
53023
],
[
"2022-05-14T10:19:10",
53463
"2022-05-14T17:00:11",
53468
]
],
"dotnet": [
Expand Down Expand Up @@ -3985,8 +3985,8 @@
297116
],
[
"2022-05-14T10:19:10",
297323
"2022-05-14T17:00:11",
297324
]
],
"go": [
Expand Down Expand Up @@ -4783,8 +4783,8 @@
10656
],
[
"2022-05-14T10:19:10",
10769
"2022-05-14T17:00:11",
10780
]
],
"java": [
Expand Down Expand Up @@ -5581,8 +5581,8 @@
73702
],
[
"2022-05-14T10:19:10",
74039
"2022-05-14T17:00:11",
74057
]
],
"javascript": [
Expand Down Expand Up @@ -6379,8 +6379,8 @@
114323
],
[
"2022-05-14T10:19:10",
115201
"2022-05-14T17:00:11",
115240
]
],
"php": [
Expand Down Expand Up @@ -7177,8 +7177,8 @@
8032
],
[
"2022-05-14T10:19:10",
8142
"2022-05-14T17:00:11",
8143
]
],
"python": [
Expand Down Expand Up @@ -7975,8 +7975,8 @@
74431
],
[
"2022-05-14T10:19:10",
74966
"2022-05-14T17:00:11",
74999
]
],
"ruby": [
Expand Down Expand Up @@ -8769,7 +8769,7 @@
2203
],
[
"2022-05-14T10:19:10",
"2022-05-14T17:00:11",
2224
]
],
Expand Down Expand Up @@ -9563,7 +9563,7 @@
3205
],
[
"2022-05-14T10:19:10",
"2022-05-14T17:00:11",
3213
]
],
Expand Down Expand Up @@ -10361,7 +10361,7 @@
11980
],
[
"2022-05-14T10:19:10",
"2022-05-14T17:00:11",
11987
]
],
Expand Down Expand Up @@ -11155,7 +11155,7 @@
1468
],
[
"2022-05-14T10:19:10",
"2022-05-14T17:00:11",
1468
]
],
Expand Down Expand Up @@ -11949,7 +11949,7 @@
1520
],
[
"2022-05-14T10:19:10",
"2022-05-14T17:00:11",
1520
]
],
Expand Down Expand Up @@ -12747,8 +12747,8 @@
61591
],
[
"2022-05-14T10:19:10",
62452
"2022-05-14T17:00:11",
62477
]
]
}
14 changes: 6 additions & 8 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, python, python3, prun, time,",
" capture, timeit). Useful for formatting",
" cells with custom python magics.",
" magics (prun, capture, time, timeit, python,",
" python3, 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 @@ -1335,7 +1335,6 @@
],
"editorconfig-checker": [
"USAGE:",
"",
" -config string",
" config",
" -debug",
Expand Down Expand Up @@ -1369,8 +1368,7 @@
" -verbose",
" print debugging information",
" -version",
" print the version number",
""
" print the version number"
],
"eslint": [
"eslint [options] file.js [file.js] [dir]",
Expand Down Expand Up @@ -1541,8 +1539,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: ['W504', 'E704', 'E126', 'W503', 'E123',",
" 'E226', 'E24', 'E121'])",
" (Default: ['E704', 'E226', 'E24', 'W504', 'E123',",
" 'E126', 'E121', '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 @@ -18,7 +18,7 @@
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.2.0",
"dotnet-format": "000",
"editorconfig-checker": "2.3.5",
"editorconfig-checker": "2.4.0",
"eslint": "8.15.0",
"eslint-plugin-jsonc": "2.2.1",
"flake8": "4.0.1",
Expand Down
Loading

0 comments on commit 2433a4e

Please sign in to comment.