Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Jun 8, 2022
1 parent 100a4d9 commit 3850a92
Show file tree
Hide file tree
Showing 19 changed files with 339 additions and 252 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,10 @@
[
"2022-06-03T01:55:13",
2503950
],
[
"2022-06-08T02:16:56",
2506347
]
],
"ci_light": [
Expand Down Expand Up @@ -1705,6 +1709,10 @@
[
"2022-06-03T01:55:13",
11042
],
[
"2022-06-08T02:16:56",
11353
]
],
"dart": [
Expand Down Expand Up @@ -2559,6 +2567,10 @@
[
"2022-06-03T01:55:13",
2879
],
[
"2022-06-08T02:16:56",
2919
]
],
"documentation": [
Expand Down Expand Up @@ -3413,6 +3425,10 @@
[
"2022-06-03T01:55:13",
56520
],
[
"2022-06-08T02:16:56",
57135
]
],
"dotnet": [
Expand Down Expand Up @@ -4267,6 +4283,10 @@
[
"2022-06-03T01:55:13",
299284
],
[
"2022-06-08T02:16:56",
299654
]
],
"go": [
Expand Down Expand Up @@ -5121,6 +5141,10 @@
[
"2022-06-03T01:55:13",
11558
],
[
"2022-06-08T02:16:56",
11694
]
],
"java": [
Expand Down Expand Up @@ -5975,6 +5999,10 @@
[
"2022-06-03T01:55:13",
76983
],
[
"2022-06-08T02:16:56",
77506
]
],
"javascript": [
Expand Down Expand Up @@ -6829,6 +6857,10 @@
[
"2022-06-03T01:55:13",
120271
],
[
"2022-06-08T02:16:56",
121363
]
],
"php": [
Expand Down Expand Up @@ -7683,6 +7715,10 @@
[
"2022-06-03T01:55:13",
8594
],
[
"2022-06-08T02:16:56",
8708
]
],
"python": [
Expand Down Expand Up @@ -8537,6 +8573,10 @@
[
"2022-06-03T01:55:13",
78667
],
[
"2022-06-08T02:16:56",
79565
]
],
"ruby": [
Expand Down Expand Up @@ -9387,6 +9427,10 @@
[
"2022-06-03T01:55:13",
2314
],
[
"2022-06-08T02:16:56",
2315
]
],
"rust": [
Expand Down Expand Up @@ -10237,6 +10281,10 @@
[
"2022-06-03T01:55:13",
3310
],
[
"2022-06-08T02:16:56",
3375
]
],
"salesforce": [
Expand Down Expand Up @@ -11091,6 +11139,10 @@
[
"2022-06-03T01:55:13",
12084
],
[
"2022-06-08T02:16:56",
12095
]
],
"scala": [
Expand Down Expand Up @@ -11941,6 +11993,10 @@
[
"2022-06-03T01:55:13",
1472
],
[
"2022-06-08T02:16:56",
1472
]
],
"swift": [
Expand Down Expand Up @@ -12791,6 +12847,10 @@
[
"2022-06-03T01:55:13",
1623
],
[
"2022-06-08T02:16:56",
1722
]
],
"terraform": [
Expand Down Expand Up @@ -13645,6 +13705,10 @@
[
"2022-06-03T01:55:13",
69801
],
[
"2022-06-08T02:16:56",
71518
]
]
}
19 changes: 15 additions & 4 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (time, pypy, python3, timeit, prun,",
" python, capture). Useful for formatting",
" magics (timeit, python, python3, time,",
" capture, pypy, prun). Useful for formatting",
" cells with custom python magics.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
Expand Down Expand Up @@ -499,7 +499,9 @@
" [--repo-root-for-plan-enrichment REPO_ROOT_FOR_PLAN_ENRICHMENT]",
" [--config-file CONFIG_FILE] [--create-config CREATE_CONFIG]",
" [--show-config] [--create-baseline] [--baseline BASELINE]",
" [--output-baseline-as-skipped]",
" [--skip-cve-package SKIP_CVE_PACKAGE]",
" [--policy-metadata-filter POLICY_METADATA_FILTER]",
"",
"Infrastructure as code static analysis",
"",
Expand Down Expand Up @@ -705,10 +707,19 @@
" results with a known baseline. Report will include",
" only failed checks that are new with respect to the",
" provided baseline",
" --output-baseline-as-skipped",
" output checks that are skipped due to baseline file",
" presence",
" --skip-cve-package SKIP_CVE_PACKAGE",
" filter scan to run on all packages but a specific",
" package identifier (denylist), You can specify this",
" argument multiple times to skip multiple packages",
" --policy-metadata-filter POLICY_METADATA_FILTER",
" comma separated key:value string to filter policies",
" based on Prisma Cloud policy metadata. See https://pri",
" sma.pan.dev/api/cloud/cspm/policy#operation/get-",
" policy-filters-and-options for information on allowed",
" filters. Format: policy.label=test,cloud.type=aws",
"",
"Args that start with '--' (eg. -v) can also be set in a config file",
"(/.checkov.yaml or /.checkov.yml or /root/.checkov.yaml or /root/.checkov.yml",
Expand Down Expand Up @@ -1540,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: ['E126', 'E121', 'E24', 'W503', 'W504',",
" 'E123', 'E226', 'E704'])",
" (Default: ['E123', 'E126', 'E226', 'E704', 'W503',",
" 'E121', '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
14 changes: 7 additions & 7 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.61.0",
"checkov": "2.0.1188",
"checkov": "2.0.1204",
"checkstyle": "10.3",
"chktex": "1.7.6",
"clippy": "0.1.61",
Expand All @@ -19,7 +19,7 @@
"dotenv-linter": "3.2.0",
"dotnet-format": "000",
"editorconfig-checker": "2.4.0",
"eslint": "8.16.0",
"eslint": "8.17.0",
"eslint-plugin-jsonc": "2.3.0",
"flake8": "4.0.1",
"gherkin-lint": "0.0.0",
Expand All @@ -41,26 +41,26 @@
"markdown-table-formatter": "1.3.0",
"markdownlint": "0.31.1",
"misspell": "0.3.4",
"mypy": "0.960",
"mypy": "0.961",
"npm-groovy-lint": "9.5.0",
"perlcritic": "1.140",
"php": "7.4.26",
"phpcs": "3.6.2",
"phplint": "3.0",
"phpstan": "1.7.9",
"phpstan": "1.7.11",
"powershell": "7.2.4",
"prettier": "2.6.2",
"protolint": "0.38.1",
"psalm": "Psalm.5.x-dev@",
"puppet-lint": "2.5.2",
"pylint": "2.14.0",
"pylint": "2.14.1",
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "0.0.0",
"rst-lint": "1.4.0",
"rstcheck": "5.0.0",
"rstcheck": "6.0.0",
"rstfmt": "0.0.10",
"rubocop": "1.30.0",
"rubocop": "1.30.1",
"scalafix": "0.10.0",
"scss-lint": "0.59.0",
"secretlint": "4.1.0",
Expand Down
Loading

0 comments on commit 3850a92

Please sign in to comment.