Skip to content

Commit

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

* Flake8 lint fix

* changelog
  • Loading branch information
nvuillam authored Nov 23, 2022
1 parent 5d813d5 commit 2acc7a9
Show file tree
Hide file tree
Showing 11 changed files with 103 additions and 94 deletions.
52 changes: 26 additions & 26 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1117,8 +1117,8 @@
2671351
],
[
"2022-11-23T20:48:53",
2674570
"2022-11-23T20:40:08",
2674633
]
],
"ci_light": [
Expand Down Expand Up @@ -2239,8 +2239,8 @@
33894
],
[
"2022-11-23T20:48:53",
34171
"2022-11-23T20:40:08",
34173
]
],
"cupcake": [
Expand Down Expand Up @@ -2341,7 +2341,7 @@
180
],
[
"2022-11-23T20:48:53",
"2022-11-23T20:40:08",
291
]
],
Expand Down Expand Up @@ -4373,8 +4373,8 @@
88929
],
[
"2022-11-23T20:48:53",
89688
"2022-11-23T20:40:08",
89713
]
],
"dotnet": [
Expand Down Expand Up @@ -5495,8 +5495,8 @@
322837
],
[
"2022-11-23T20:48:53",
323456
"2022-11-23T20:40:08",
323468
]
],
"go": [
Expand Down Expand Up @@ -6617,8 +6617,8 @@
15144
],
[
"2022-11-23T20:48:53",
15241
"2022-11-23T20:40:08",
15246
]
],
"java": [
Expand Down Expand Up @@ -7739,8 +7739,8 @@
100336
],
[
"2022-11-23T20:48:53",
100589
"2022-11-23T20:40:08",
100597
]
],
"javascript": [
Expand Down Expand Up @@ -8861,8 +8861,8 @@
168691
],
[
"2022-11-23T20:48:53",
169373
"2022-11-23T20:40:08",
169383
]
],
"php": [
Expand Down Expand Up @@ -9983,8 +9983,8 @@
29117
],
[
"2022-11-23T20:48:53",
29288
"2022-11-23T20:40:08",
29292
]
],
"python": [
Expand Down Expand Up @@ -11105,8 +11105,8 @@
127278
],
[
"2022-11-23T20:48:53",
128156
"2022-11-23T20:40:08",
128171
]
],
"ruby": [
Expand Down Expand Up @@ -12223,7 +12223,7 @@
2730
],
[
"2022-11-23T20:48:53",
"2022-11-23T20:40:08",
2746
]
],
Expand Down Expand Up @@ -13341,7 +13341,7 @@
4209
],
[
"2022-11-23T20:48:53",
"2022-11-23T20:40:08",
4213
]
],
Expand Down Expand Up @@ -14463,7 +14463,7 @@
15248
],
[
"2022-11-23T20:48:53",
"2022-11-23T20:40:08",
15286
]
],
Expand Down Expand Up @@ -15583,7 +15583,7 @@
1446
],
[
"2022-11-23T20:48:53",
"2022-11-23T20:40:08",
1481
]
],
Expand Down Expand Up @@ -16701,7 +16701,7 @@
2756
],
[
"2022-11-23T20:48:53",
"2022-11-23T20:40:08",
2761
]
],
Expand Down Expand Up @@ -17823,8 +17823,8 @@
137907
],
[
"2022-11-23T20:48:53",
138893
"2022-11-23T20:40:08",
138915
]
]
}
26 changes: 14 additions & 12 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,9 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (capture, timeit, python, prun,",
" python3, time, pypy). Useful for formatting",
" cells with custom python magics.",
" magics (pypy, python3, python, prun, timeit,",
" capture, time). Useful for formatting cells",
" with custom python magics.",
" -x, --skip-source-first-line Skip the first line of the source code.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
Expand Down Expand Up @@ -1797,11 +1797,8 @@
" repeatable.",
" --color {auto,always,never}",
" Whether to use color in output. Defaults to `auto`.",
" --count Print total number of errors to standard output and",
" set the exit code to 1 if total is not empty.",
" --diff (DEPRECATED) Report changes only within line number",
" ranges in the unified diff provided on standard in by",
" the user.",
" --count Print total number of errors to standard output after",
" all other output.",
" --exclude patterns Comma-separated list of files or directories to",
" exclude. (Default: ['.svn', 'CVS', '.bzr', '.hg',",
" '.git', '__pycache__', '.tox', '.nox', '.eggs',",
Expand All @@ -1815,7 +1812,12 @@
" The name used when reporting errors from code passed",
" via stdin. This is useful for editors piping the file",
" contents to flake8. (Default: stdin)",
" --format format Format errors according to the chosen formatter.",
" --format format Format errors according to the chosen formatter",
" (default, pylint, quiet-filename, quiet-nothing) or a",
" format string containing %-style mapping keys (code,",
" col, path, row, text). For example,",
" ``--format=pylint`` or ``--format='%(path)s",
" %(code)s'``. (Default: default)",
" --hang-closing Hang closing bracket instead of matching indentation",
" of opening bracket's line.",
" --ignore errors Comma-separated list of error codes to ignore (or",
Expand Down Expand Up @@ -1871,7 +1873,7 @@
" --exclude-from-doctest EXCLUDE_FROM_DOCTEST",
" Skip these files when running doctests",
"",
"Installed plugins: mccabe: 0.7.0, pycodestyle: 2.9.1, pyflakes: 2.5.0"
"Installed plugins: mccabe: 0.7.0, pycodestyle: 2.10.0, pyflakes: 3.0.0"
],
"gherkin-lint": [
"Usage: gherkin-lint [options] <feature-files>",
Expand Down Expand Up @@ -4275,8 +4277,8 @@
"",
" --output-format=console",
" Changes the output format.",
" Available formats: compact, console, text, emacs, json, pylint, xml, checkstyle, junit, sonarqube,",
" github, phpstorm, codeclimate",
" Available formats: compact, console, text, emacs, json, pylint, xml, checkstyle, junit, sonarqube, github,",
" phpstorm, codeclimate",
"",
" --no-progress",
" Disable the progress indicator",
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 @@ -26,7 +26,7 @@
"editorconfig-checker": "2.4.0",
"eslint": "8.28.0",
"eslint-plugin-jsonc": "2.5.0",
"flake8": "5.0.4",
"flake8": "6.0.0",
"gherkin-lint": "0.0.0",
"git_diff": "2.34.5",
"gitleaks": "8.15.0",
Expand Down Expand Up @@ -60,7 +60,7 @@
"prettier": "2.8.0",
"proselint": "0.13.0",
"protolint": "0.42.2",
"psalm": "Psalm.5.x-dev@",
"psalm": "Psalm.4.x-dev@",
"puppet-lint": "3.0.1",
"pylint": "2.15.6",
"pyright": "1.1.270",
Expand Down
Loading

0 comments on commit 2acc7a9

Please sign in to comment.