Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored May 24, 2022
1 parent f35da81 commit a7d3289
Show file tree
Hide file tree
Showing 13 changed files with 282 additions and 258 deletions.
58 changes: 29 additions & 29 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -817,8 +817,8 @@
2497857
],
[
"2022-05-24T02:20:06",
2498771
"2022-05-24T11:16:46",
2498974
]
],
"ci_light": [
Expand Down Expand Up @@ -1639,8 +1639,8 @@
10447
],
[
"2022-05-24T02:20:06",
10563
"2022-05-24T11:16:46",
10616
]
],
"dart": [
Expand Down Expand Up @@ -2461,8 +2461,8 @@
2823
],
[
"2022-05-24T02:20:06",
2829
"2022-05-24T11:16:46",
2832
]
],
"documentation": [
Expand Down Expand Up @@ -3283,8 +3283,8 @@
54660
],
[
"2022-05-24T02:20:06",
54964
"2022-05-24T11:16:46",
55034
]
],
"dotnet": [
Expand Down Expand Up @@ -4105,8 +4105,8 @@
298005
],
[
"2022-05-24T02:20:06",
298144
"2022-05-24T11:16:46",
298188
]
],
"go": [
Expand Down Expand Up @@ -4927,8 +4927,8 @@
11054
],
[
"2022-05-24T02:20:06",
11126
"2022-05-24T11:16:46",
11146
]
],
"java": [
Expand Down Expand Up @@ -5749,8 +5749,8 @@
74995
],
[
"2022-05-24T02:20:06",
75157
"2022-05-24T11:16:46",
75198
]
],
"javascript": [
Expand Down Expand Up @@ -6571,8 +6571,8 @@
117271
],
[
"2022-05-24T02:20:06",
117709
"2022-05-24T11:16:46",
117819
]
],
"php": [
Expand Down Expand Up @@ -7393,7 +7393,7 @@
8290
],
[
"2022-05-24T02:20:06",
"2022-05-24T11:16:46",
8324
]
],
Expand Down Expand Up @@ -8215,8 +8215,8 @@
76169
],
[
"2022-05-24T02:20:06",
76517
"2022-05-24T11:16:46",
76570
]
],
"ruby": [
Expand Down Expand Up @@ -9033,8 +9033,8 @@
2264
],
[
"2022-05-24T02:20:06",
2274
"2022-05-24T11:16:46",
2280
]
],
"rust": [
Expand Down Expand Up @@ -9851,8 +9851,8 @@
3245
],
[
"2022-05-24T02:20:06",
3248
"2022-05-24T11:16:46",
3252
]
],
"salesforce": [
Expand Down Expand Up @@ -10673,8 +10673,8 @@
12038
],
[
"2022-05-24T02:20:06",
12041
"2022-05-24T11:16:46",
12042
]
],
"scala": [
Expand Down Expand Up @@ -11491,7 +11491,7 @@
1469
],
[
"2022-05-24T02:20:06",
"2022-05-24T11:16:46",
1469
]
],
Expand Down Expand Up @@ -12309,7 +12309,7 @@
1522
],
[
"2022-05-24T02:20:06",
"2022-05-24T11:16:46",
1523
]
],
Expand Down Expand Up @@ -13131,8 +13131,8 @@
64963
],
[
"2022-05-24T02:20:06",
65532
"2022-05-24T11:16:46",
65665
]
]
}
28 changes: 19 additions & 9 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, capture, time, python, prun,",
" timeit, python3). Useful for formatting",
" cells with custom python magics.",
" magics (pypy, python, python3, prun, timeit,",
" time, capture). 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: ['E121', 'W504', 'E126', 'E123', 'E704',",
" 'E226', 'W503', 'E24'])",
" (Default: ['E121', 'E123', 'E24', 'E126', 'W503',",
" 'W504', 'E226', 'E704'])",
" --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 @@ -6008,8 +6008,10 @@
" [--preemptible-rules PREEMPTIBLE_RULES [PREEMPTIBLE_RULES ...]]",
" [--config [KEY=VALUE ...]] [--configfile FILE [FILE ...]]",
" [--envvars VARNAME [VARNAME ...]] [--directory DIR] [--touch]",
" [--keep-going] [--force] [--forceall]",
" [--forcerun [TARGET ...]] [--prioritize TARGET [TARGET ...]]",
" [--keep-going]",
" [--rerun-triggers {mtime,params,input,software-env,code} [{mtime,params,input,software-env,code} ...]]",
" [--force] [--forceall] [--forcerun [TARGET ...]]",
" [--prioritize TARGET [TARGET ...]]",
" [--batch RULE=BATCH/BATCHES] [--until TARGET [TARGET ...]]",
" [--omit-from TARGET [TARGET ...]] [--rerun-incomplete]",
" [--shadow-prefix DIR] [--scheduler [{ilp,greedy}]]",
Expand Down Expand Up @@ -6257,6 +6259,14 @@
" should be used only as a last resort. (default: False)",
" --keep-going, -k Go on with independent jobs if a job fails. (default:",
" False)",
" --rerun-triggers {mtime,params,input,software-env,code} [{mtime,params,input,software-env,code} ...]",
" Define what triggers the rerunning of a job. By",
" default, all triggers are used, which guarantees that",
" results are consistent with the workflow code and",
" configuration. If you rather prefer the traditional",
" way of just considering file modification dates, use '",
" --rerun-trigger mtime'. (default: ['mtime', 'params',",
" 'input', 'software-env', 'code'])",
" --force, -f Force the execution of the selected target or the",
" first rule regardless of already created output.",
" (default: False)",
Expand Down Expand Up @@ -6527,8 +6537,8 @@
" --version, -v show program's version number and exit",
"",
"OUTPUT:",
" --reason, -r Print the reason for each executed rule. (default:",
" False)",
" --reason, -r Print the reason for each executed rule (deprecated,",
" always true now). (default: False)",
" --gui [PORT] Serve an HTML based user interface to the given",
" network and port e.g. 168.129.10.15:8000. By default",
" Snakemake is only available in the local network",
Expand Down
8 changes: 4 additions & 4 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.60.1",
"checkov": "2.0.1158",
"checkov": "2.0.1159",
"checkstyle": "10.2",
"chktex": "1.7.6",
"clippy": "0.1.61",
Expand Down Expand Up @@ -47,7 +47,7 @@
"php": "7.4.26",
"phpcs": "3.6.2",
"phplint": "3.0",
"phpstan": "1.7.0",
"phpstan": "1.7.1",
"powershell": "7.2.4",
"prettier": "2.6.2",
"protolint": "0.38.1",
Expand All @@ -71,15 +71,15 @@
"shellcheck": "0.8.0",
"shfmt": "3.6.0",
"snakefmt": "0.6.0",
"snakemake": "7.7.0",
"snakemake": "7.8.0",
"spectral": "5.6.0",
"sql-lint": "0.0.19",
"sqlfluff": "0.13.2",
"standard": "15.0.1",
"stylelint": "14.8.3",
"swiftlint": "0.46.5",
"tekton-lint": "0.6.0",
"terraform-fmt": "1.2.0",
"terraform-fmt": "1.2.1",
"terragrunt": "0.37.1",
"terrascan": "1.14.0",
"tflint": "0.35.0",
Expand Down
Loading

0 comments on commit a7d3289

Please sign in to comment.