Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#1536)
Browse files Browse the repository at this point in the history
* [automation] Auto-update linters version, help and documentation

* Fix kotlin test cases
  • Loading branch information
nvuillam committed Jun 19, 2022
1 parent a98b00c commit b5ffb72
Show file tree
Hide file tree
Showing 12 changed files with 91 additions and 89 deletions.
54 changes: 27 additions & 27 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,8 +885,8 @@
2512516
],
[
"2022-06-19T02:21:39",
2513536
"2022-06-19T07:40:43",
2513591
]
],
"ci_light": [
Expand Down Expand Up @@ -1775,8 +1775,8 @@
12161
],
[
"2022-06-19T02:21:39",
12253
"2022-06-19T07:40:43",
12257
]
],
"dart": [
Expand Down Expand Up @@ -2665,8 +2665,8 @@
3032
],
[
"2022-06-19T02:21:39",
3041
"2022-06-19T07:40:43",
3046
]
],
"documentation": [
Expand Down Expand Up @@ -3555,8 +3555,8 @@
58664
],
[
"2022-06-19T02:21:39",
58804
"2022-06-19T07:40:43",
58809
]
],
"dotnet": [
Expand Down Expand Up @@ -4445,8 +4445,8 @@
300644
],
[
"2022-06-19T02:21:39",
300782
"2022-06-19T07:40:43",
300791
]
],
"go": [
Expand Down Expand Up @@ -5335,8 +5335,8 @@
11887
],
[
"2022-06-19T02:21:39",
11910
"2022-06-19T07:40:43",
11911
]
],
"java": [
Expand Down Expand Up @@ -6225,8 +6225,8 @@
78649
],
[
"2022-06-19T02:21:39",
78832
"2022-06-19T07:40:43",
78843
]
],
"javascript": [
Expand Down Expand Up @@ -7115,8 +7115,8 @@
123887
],
[
"2022-06-19T02:21:39",
124281
"2022-06-19T07:40:43",
124295
]
],
"php": [
Expand Down Expand Up @@ -8005,7 +8005,7 @@
8949
],
[
"2022-06-19T02:21:39",
"2022-06-19T07:40:43",
8999
]
],
Expand Down Expand Up @@ -8895,8 +8895,8 @@
81585
],
[
"2022-06-19T02:21:39",
81790
"2022-06-19T07:40:43",
81804
]
],
"ruby": [
Expand Down Expand Up @@ -9781,7 +9781,7 @@
2318
],
[
"2022-06-19T02:21:39",
"2022-06-19T07:40:43",
2319
]
],
Expand Down Expand Up @@ -10667,7 +10667,7 @@
3680
],
[
"2022-06-19T02:21:39",
"2022-06-19T07:40:43",
3695
]
],
Expand Down Expand Up @@ -11557,8 +11557,8 @@
12250
],
[
"2022-06-19T02:21:39",
12275
"2022-06-19T07:40:43",
12280
]
],
"scala": [
Expand Down Expand Up @@ -12443,7 +12443,7 @@
1476
],
[
"2022-06-19T02:21:39",
"2022-06-19T07:40:43",
1476
]
],
Expand Down Expand Up @@ -13329,7 +13329,7 @@
1787
],
[
"2022-06-19T02:21:39",
"2022-06-19T07:40:43",
1792
]
],
Expand Down Expand Up @@ -14219,8 +14219,8 @@
75059
],
[
"2022-06-19T02:21:39",
75715
"2022-06-19T07:40:43",
75775
]
]
}
20 changes: 10 additions & 10 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 (python, timeit, time, pypy, python3,",
" prun, capture). Useful for formatting cells",
" magics (capture, time, prun, pypy, python3,",
" timeit, python). Useful for formatting cells",
" with custom python magics.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
Expand Down Expand Up @@ -1551,8 +1551,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', 'W504', 'E24', 'W503', 'E226',",
" 'E121', 'E704', 'E126'])",
" (Default: ['E704', 'E126', 'E24', 'W503', 'E226',",
" 'W504', 'E121', 'E123'])",
" --extend-ignore errors",
" Comma-separated list of errors and warnings to add to",
" the list of ignored ones. For example, ``--extend-",
Expand Down Expand Up @@ -2306,14 +2306,14 @@
" --disabled_rules=standard",
" -F, --format Fix any deviations from the code style",
" --limit=<limit> Maximum number of errors to show (default: show all)",
" --relative Print files relative to the working directory (e.g. dir/file.",
" kt instead of /home/user/project/dir/file.kt)",
" --relative Print files relative to the working directory (e.g.",
" dir/file.kt instead of /home/user/project/dir/file.kt)",
" --reporter=<reporters>",
" A reporter to use (built-in: plain (default), plain?",
" group_by_file, json, sarif, checkstyle, html). To use a",
" third-party reporter specify a path to a JAR file on the",
" filesystem via ',artifact=' option. To override reporter",
" output, use ',output=' option.",
" group_by_file, json, sarif, checkstyle, html). To use",
" a third-party reporter specify a path to a JAR file",
" on the filesystem via ',artifact=' option. To",
" override reporter output, use ',output=' option.",
" -R, --ruleset=<rulesetJarFiles>",
" A path to a JAR file containing additional ruleset(s)",
" --stdin Read file from stdin",
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.61.0",
"checkov": "2.0.1218",
"checkov": "2.0.1219",
"checkstyle": "10.3",
"chktex": "1.7.6",
"clippy": "0.1.61",
Expand All @@ -32,7 +32,7 @@
"jscpd": "3.3.26",
"jsonlint": "1.6.3",
"kics": "1.5.10",
"ktlint": "0.45.2",
"ktlint": "0.46.0",
"kubeconform": "0.4.12",
"kubeval": "0.16.1",
"lintr": "0.0.0",
Expand Down
Loading

0 comments on commit b5ffb72

Please sign in to comment.