Skip to content

Commit

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

* trvy
  • Loading branch information
nvuillam authored Dec 20, 2022
1 parent b5475b9 commit de03e7c
Show file tree
Hide file tree
Showing 13 changed files with 171 additions and 166 deletions.
62 changes: 31 additions & 31 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1141,8 +1141,8 @@
2707791
],
[
"2022-12-20T01:06:52",
2708049
"2022-12-20T16:08:58",
2708889
]
],
"ci_light": [
Expand Down Expand Up @@ -2287,8 +2287,8 @@
38629
],
[
"2022-12-20T01:06:52",
38697
"2022-12-20T16:08:58",
38875
]
],
"cupcake": [
Expand Down Expand Up @@ -2413,8 +2413,8 @@
926
],
[
"2022-12-20T01:06:52",
935
"2022-12-20T16:08:58",
945
]
],
"dart": [
Expand Down Expand Up @@ -4469,8 +4469,8 @@
97082
],
[
"2022-12-20T01:06:52",
97138
"2022-12-20T16:08:58",
97258
]
],
"dotnet": [
Expand Down Expand Up @@ -5615,8 +5615,8 @@
332974
],
[
"2022-12-20T01:06:52",
333031
"2022-12-20T16:08:58",
333267
]
],
"go": [
Expand Down Expand Up @@ -6761,8 +6761,8 @@
15740
],
[
"2022-12-20T01:06:52",
15746
"2022-12-20T16:08:58",
15755
]
],
"java": [
Expand Down Expand Up @@ -7907,8 +7907,8 @@
103409
],
[
"2022-12-20T01:06:52",
103425
"2022-12-20T16:08:58",
103521
]
],
"javascript": [
Expand Down Expand Up @@ -9053,8 +9053,8 @@
178143
],
[
"2022-12-20T01:06:52",
178228
"2022-12-20T16:08:58",
178474
]
],
"php": [
Expand Down Expand Up @@ -10199,8 +10199,8 @@
32350
],
[
"2022-12-20T01:06:52",
32433
"2022-12-20T16:08:58",
32526
]
],
"python": [
Expand Down Expand Up @@ -11345,8 +11345,8 @@
139150
],
[
"2022-12-20T01:06:52",
139297
"2022-12-20T16:08:58",
139498
]
],
"ruby": [
Expand Down Expand Up @@ -12487,8 +12487,8 @@
2785
],
[
"2022-12-20T01:06:52",
2785
"2022-12-20T16:08:58",
2787
]
],
"rust": [
Expand Down Expand Up @@ -13629,8 +13629,8 @@
4339
],
[
"2022-12-20T01:06:52",
4339
"2022-12-20T16:08:58",
4341
]
],
"salesforce": [
Expand Down Expand Up @@ -14775,8 +14775,8 @@
15781
],
[
"2022-12-20T01:06:52",
15782
"2022-12-20T16:08:58",
15787
]
],
"scala": [
Expand Down Expand Up @@ -15919,8 +15919,8 @@
1790
],
[
"2022-12-20T01:06:52",
1790
"2022-12-20T16:08:58",
1791
]
],
"swift": [
Expand Down Expand Up @@ -17061,7 +17061,7 @@
2907
],
[
"2022-12-20T01:06:52",
"2022-12-20T16:08:58",
2920
]
],
Expand Down Expand Up @@ -18207,8 +18207,8 @@
149549
],
[
"2022-12-20T01:06:52",
149659
"2022-12-20T16:08:58",
150049
]
]
}
10 changes: 5 additions & 5 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 (prun, capture, python, timeit, time,",
" python3, pypy). Useful for formatting cells",
" with custom python magics.",
" magics (time, capture, timeit, prun,",
" python3, pypy, python). 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 {top,bottom}]",
" [--summary-position {bottom,top}]",
" [--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 {top,bottom}",
" --summary-position {bottom,top}",
" 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
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"rst-lint": "1.4.0",
"rstcheck": "6.1.1",
"rstfmt": "0.0.11",
"rubocop": "1.40.0",
"rubocop": "1.41.0",
"scalafix": "0.10.4",
"scss-lint": "0.59.0",
"secretlint": "5.3.0",
Expand Down
Loading

0 comments on commit de03e7c

Please sign in to comment.