Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Jun 9, 2022
1 parent 19f7feb commit 5edf745
Show file tree
Hide file tree
Showing 11 changed files with 172 additions and 89 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,10 @@
[
"2022-06-08T20:16:03",
2507032
],
[
"2022-06-09T02:12:52",
2507213
]
],
"ci_light": [
Expand Down Expand Up @@ -1713,6 +1717,10 @@
[
"2022-06-08T20:16:03",
11410
],
[
"2022-06-09T02:12:52",
11427
]
],
"dart": [
Expand Down Expand Up @@ -2571,6 +2579,10 @@
[
"2022-06-08T20:16:03",
2930
],
[
"2022-06-09T02:12:52",
2939
]
],
"documentation": [
Expand Down Expand Up @@ -3429,6 +3441,10 @@
[
"2022-06-08T20:16:03",
57277
],
[
"2022-06-09T02:12:52",
57363
]
],
"dotnet": [
Expand Down Expand Up @@ -4287,6 +4303,10 @@
[
"2022-06-08T20:16:03",
299785
],
[
"2022-06-09T02:12:52",
299830
]
],
"go": [
Expand Down Expand Up @@ -5145,6 +5165,10 @@
[
"2022-06-08T20:16:03",
11715
],
[
"2022-06-09T02:12:52",
11732
]
],
"java": [
Expand Down Expand Up @@ -6003,6 +6027,10 @@
[
"2022-06-08T20:16:03",
77578
],
[
"2022-06-09T02:12:52",
77616
]
],
"javascript": [
Expand Down Expand Up @@ -6861,6 +6889,10 @@
[
"2022-06-08T20:16:03",
121675
],
[
"2022-06-09T02:12:52",
121801
]
],
"php": [
Expand Down Expand Up @@ -7719,6 +7751,10 @@
[
"2022-06-08T20:16:03",
8720
],
[
"2022-06-09T02:12:52",
8751
]
],
"python": [
Expand Down Expand Up @@ -8577,6 +8613,10 @@
[
"2022-06-08T20:16:03",
79795
],
[
"2022-06-09T02:12:52",
79900
]
],
"ruby": [
Expand Down Expand Up @@ -9431,6 +9471,10 @@
[
"2022-06-08T20:16:03",
2315
],
[
"2022-06-09T02:12:52",
2315
]
],
"rust": [
Expand Down Expand Up @@ -10285,6 +10329,10 @@
[
"2022-06-08T20:16:03",
3407
],
[
"2022-06-09T02:12:52",
3407
]
],
"salesforce": [
Expand Down Expand Up @@ -11143,6 +11191,10 @@
[
"2022-06-08T20:16:03",
12095
],
[
"2022-06-09T02:12:52",
12096
]
],
"scala": [
Expand Down Expand Up @@ -11997,6 +12049,10 @@
[
"2022-06-08T20:16:03",
1472
],
[
"2022-06-09T02:12:52",
1472
]
],
"swift": [
Expand Down Expand Up @@ -12851,6 +12907,10 @@
[
"2022-06-08T20:16:03",
1737
],
[
"2022-06-09T02:12:52",
1739
]
],
"terraform": [
Expand Down Expand Up @@ -13709,6 +13769,10 @@
[
"2022-06-08T20:16:03",
71944
],
[
"2022-06-09T02:12:52",
72053
]
]
}
26 changes: 13 additions & 13 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, capture, pypy, python3,",
" python, prun, timeit). Useful for formatting",
" cells with custom python magics.",
" magics (timeit, python, time, capture, pypy,",
" python3, prun). 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 @@ -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: ['E704', 'E123', 'E226', 'E126', 'E24',",
" 'W504', 'W503', 'E121'])",
" (Default: ['E704', 'E121', 'W503', 'E226', 'E126',",
" 'E123', 'E24', 'W504'])",
" --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 @@ -4667,21 +4667,21 @@
" (useful for substitutions)"
],
"rstcheck": [
"Usage: python -m rstcheck [OPTIONS] FILES...",
"Usage: rstcheck [OPTIONS] FILES...",
"",
" CLI of rstcheck.",
"",
" Enabled features: []",
" Enabled features: ['Toml']",
"",
" Pass one ore more rst FILES to check. Can be files or directories if",
" --recursive is passed too. Pass \"-\" if you want to read from stdin.",
"",
"Options:",
" --config PATH Config file to load. Can be a INI file or",
" directory. If a directory is passed it will be",
" searched for .rstcheck.cfg | setup.cfg. If",
" 'NONE' is passed no config file is loaded at",
" all.",
" --config PATH Config file to load. Can be a INI or TOML file",
" or directory. If a directory is passed it will",
" be searched for .rstcheck.cfg | pyproject.toml",
" | setup.cfg. If 'NONE' is passed no config file",
" is loaded at all.",
" --warn-unknown-settings Log a WARNING for unknown settings in config",
" files. Can be hidden via --log-level.",
" -r, --recursive Recursively search passed directories for RST",
Expand All @@ -4693,7 +4693,7 @@
" --log-level LEVEL The log level of the application for",
" information that is not a linting issue. Valid",
" levels are: DEBUG | INFO | WARNING | ERROR |",
" CRITICAL. Defaults to WARNING. [default:",
" CRITICAL. Defaults to WARNING. [default:",
" WARNING]",
" --ignore-directives TEXT Comma-separated-list of directives to add to",
" the ignore list. Can be set in config file.",
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 @@ -31,7 +31,7 @@
"isort": "5.10.1",
"jscpd": "3.3.26",
"jsonlint": "1.6.3",
"kics": "1.5.9",
"kics": "1.5.10",
"ktlint": "0.45.2",
"kubeconform": "0.4.12",
"kubeval": "0.16.1",
Expand Down Expand Up @@ -76,7 +76,7 @@
"sql-lint": "0.0.19",
"sqlfluff": "0.13.2",
"standard": "15.0.1",
"stylelint": "14.8.5",
"stylelint": "14.9.0",
"swiftlint": "0.46.5",
"tekton-lint": "0.6.0",
"terraform-fmt": "1.2.2",
Expand Down
Loading

0 comments on commit 5edf745

Please sign in to comment.