Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Dec 20, 2022
1 parent a6fdbd6 commit f1fb3d6
Show file tree
Hide file tree
Showing 13 changed files with 283 additions and 214 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Expand Up @@ -1139,6 +1139,10 @@
[
"2022-12-19T18:26:59",
2707791
],
[
"2022-12-20T01:06:52",
2708049
]
],
"ci_light": [
Expand Down Expand Up @@ -2281,6 +2285,10 @@
[
"2022-12-19T18:26:59",
38629
],
[
"2022-12-20T01:06:52",
38697
]
],
"cupcake": [
Expand Down Expand Up @@ -2403,6 +2411,10 @@
[
"2022-12-19T18:26:59",
926
],
[
"2022-12-20T01:06:52",
935
]
],
"dart": [
Expand Down Expand Up @@ -4455,6 +4467,10 @@
[
"2022-12-19T18:26:59",
97082
],
[
"2022-12-20T01:06:52",
97138
]
],
"dotnet": [
Expand Down Expand Up @@ -5597,6 +5613,10 @@
[
"2022-12-19T18:26:59",
332974
],
[
"2022-12-20T01:06:52",
333031
]
],
"go": [
Expand Down Expand Up @@ -6739,6 +6759,10 @@
[
"2022-12-19T18:26:59",
15740
],
[
"2022-12-20T01:06:52",
15746
]
],
"java": [
Expand Down Expand Up @@ -7881,6 +7905,10 @@
[
"2022-12-19T18:26:59",
103409
],
[
"2022-12-20T01:06:52",
103425
]
],
"javascript": [
Expand Down Expand Up @@ -9023,6 +9051,10 @@
[
"2022-12-19T18:26:59",
178143
],
[
"2022-12-20T01:06:52",
178228
]
],
"php": [
Expand Down Expand Up @@ -10165,6 +10197,10 @@
[
"2022-12-19T18:26:59",
32350
],
[
"2022-12-20T01:06:52",
32433
]
],
"python": [
Expand Down Expand Up @@ -11307,6 +11343,10 @@
[
"2022-12-19T18:26:59",
139150
],
[
"2022-12-20T01:06:52",
139297
]
],
"ruby": [
Expand Down Expand Up @@ -12445,6 +12485,10 @@
[
"2022-12-19T18:26:59",
2785
],
[
"2022-12-20T01:06:52",
2785
]
],
"rust": [
Expand Down Expand Up @@ -13583,6 +13627,10 @@
[
"2022-12-19T18:26:59",
4339
],
[
"2022-12-20T01:06:52",
4339
]
],
"salesforce": [
Expand Down Expand Up @@ -14725,6 +14773,10 @@
[
"2022-12-19T18:26:59",
15781
],
[
"2022-12-20T01:06:52",
15782
]
],
"scala": [
Expand Down Expand Up @@ -15865,6 +15917,10 @@
[
"2022-12-19T18:26:59",
1790
],
[
"2022-12-20T01:06:52",
1790
]
],
"swift": [
Expand Down Expand Up @@ -17003,6 +17059,10 @@
[
"2022-12-19T18:26:59",
2907
],
[
"2022-12-20T01:06:52",
2920
]
],
"terraform": [
Expand Down Expand Up @@ -18145,6 +18205,10 @@
[
"2022-12-19T18:26:59",
149549
],
[
"2022-12-20T01:06:52",
149659
]
]
}
10 changes: 5 additions & 5 deletions .automation/generated/linter-helps.json
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 (python3, pypy, prun, python, time,",
" timeit, capture). Useful for formatting",
" cells with custom python magics.",
" magics (prun, capture, python, timeit, time,",
" python3, pypy). 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 @@ -667,7 +667,7 @@
" [--secrets-scan-file-type SECRETS_SCAN_FILE_TYPE]",
" [--enable-secret-scan-all-files]",
" [--block-list-secret-scan BLOCK_LIST_SECRET_SCAN]",
" [--summary-position {bottom,top}]",
" [--summary-position {top,bottom}]",
" [--skip-resources-without-violations]",
"",
"Infrastructure as code static analysis",
Expand Down Expand Up @@ -918,7 +918,7 @@
" --block-list-secret-scan BLOCK_LIST_SECRET_SCAN",
" List of files to filter out from the secret scanner",
" [env var: CKV_SECRETS_SCAN_BLOCK_LIST]",
" --summary-position {bottom,top}",
" --summary-position {top,bottom}",
" Chose whether the summary will be appended on top",
" (before the checks results) or on bottom (after check",
" results), default is on top.",
Expand Down
2 changes: 1 addition & 1 deletion .automation/generated/linter-versions.json
Expand Up @@ -81,7 +81,7 @@
"sfdx-scanner-lwc": "3.7.1",
"shellcheck": "0.9.0",
"shfmt": "3.6.0",
"snakefmt": "0.7.0",
"snakefmt": "0.8.0",
"snakemake": "7.19.1",
"spectral": "5.9.2",
"sql-lint": "1.0.0",
Expand Down

0 comments on commit f1fb3d6

Please sign in to comment.