Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored May 21, 2022
1 parent 47680a9 commit c0d8c6e
Show file tree
Hide file tree
Showing 15 changed files with 291 additions and 224 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,10 @@
[
"2022-05-20T02:14:29",
2497088
],
[
"2022-05-21T01:55:42",
2497706
]
],
"ci_light": [
Expand Down Expand Up @@ -1617,6 +1621,10 @@
[
"2022-05-20T02:14:29",
10399
],
[
"2022-05-21T01:55:42",
10437
]
],
"dart": [
Expand Down Expand Up @@ -2427,6 +2435,10 @@
[
"2022-05-20T02:14:29",
2812
],
[
"2022-05-21T01:55:42",
2821
]
],
"documentation": [
Expand Down Expand Up @@ -3237,6 +3249,10 @@
[
"2022-05-20T02:14:29",
54481
],
[
"2022-05-21T01:55:42",
54619
]
],
"dotnet": [
Expand Down Expand Up @@ -4047,6 +4063,10 @@
[
"2022-05-20T02:14:29",
297875
],
[
"2022-05-21T01:55:42",
298000
]
],
"go": [
Expand Down Expand Up @@ -4857,6 +4877,10 @@
[
"2022-05-20T02:14:29",
11010
],
[
"2022-05-21T01:55:42",
11049
]
],
"java": [
Expand Down Expand Up @@ -5667,6 +5691,10 @@
[
"2022-05-20T02:14:29",
74816
],
[
"2022-05-21T01:55:42",
74934
]
],
"javascript": [
Expand Down Expand Up @@ -6477,6 +6505,10 @@
[
"2022-05-20T02:14:29",
116804
],
[
"2022-05-21T01:55:42",
117191
]
],
"php": [
Expand Down Expand Up @@ -7287,6 +7319,10 @@
[
"2022-05-20T02:14:29",
8258
],
[
"2022-05-21T01:55:42",
8282
]
],
"python": [
Expand Down Expand Up @@ -8097,6 +8133,10 @@
[
"2022-05-20T02:14:29",
76045
],
[
"2022-05-21T01:55:42",
76141
]
],
"ruby": [
Expand Down Expand Up @@ -8903,6 +8943,10 @@
[
"2022-05-20T02:14:29",
2257
],
[
"2022-05-21T01:55:42",
2259
]
],
"rust": [
Expand Down Expand Up @@ -9709,6 +9753,10 @@
[
"2022-05-20T02:14:29",
3241
],
[
"2022-05-21T01:55:42",
3243
]
],
"salesforce": [
Expand Down Expand Up @@ -10519,6 +10567,10 @@
[
"2022-05-20T02:14:29",
12026
],
[
"2022-05-21T01:55:42",
12037
]
],
"scala": [
Expand Down Expand Up @@ -11325,6 +11377,10 @@
[
"2022-05-20T02:14:29",
1468
],
[
"2022-05-21T01:55:42",
1468
]
],
"swift": [
Expand Down Expand Up @@ -12131,6 +12187,10 @@
[
"2022-05-20T02:14:29",
1520
],
[
"2022-05-21T01:55:42",
1521
]
],
"terraform": [
Expand Down Expand Up @@ -12941,6 +13001,10 @@
[
"2022-05-20T02:14:29",
64276
],
[
"2022-05-21T01:55:42",
64720
]
]
}
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 (time, prun, capture, python,",
" python3, pypy, timeit). Useful for",
" formatting cells with custom python magics.",
" magics (python3, python, prun, timeit,",
" capture, pypy, time). 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 @@ -1539,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: ['E24', 'W504', 'E126', 'E704', 'E121',",
" 'E226', 'E123', 'W503'])",
" (Default: ['E121', 'E704', 'W504', 'E226', 'W503',",
" 'E24', 'E123', 'E126'])",
" --extend-ignore errors",
" Comma-separated list of errors and warnings to add to",
" the list of ignored ones. For example, ``--extend-",
Expand Down
6 changes: 3 additions & 3 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"clj-kondo": "2022.04.25",
"coffeelint": "5.2.9",
"cpplint": "1.6.0",
"cspell": "5.21.0",
"cspell": "5.21.1",
"dartanalyzer": "0.0.0",
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.2.0",
"dotnet-format": "000",
"editorconfig-checker": "2.4.0",
"eslint": "8.15.0",
"eslint": "8.16.0",
"eslint-plugin-jsonc": "2.2.1",
"flake8": "4.0.1",
"gherkin-lint": "0.0.0",
Expand Down Expand Up @@ -74,7 +74,7 @@
"snakemake": "7.7.0",
"spectral": "5.6.0",
"sql-lint": "0.0.19",
"sqlfluff": "0.13.1",
"sqlfluff": "0.13.2",
"standard": "15.0.1",
"stylelint": "14.8.2",
"swiftlint": "0.46.5",
Expand Down
Loading

0 comments on commit c0d8c6e

Please sign in to comment.