Skip to content

Commit

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

* Downgrade terrascan
  • Loading branch information
nvuillam authored Dec 7, 2022
1 parent a927ca4 commit 0af38af
Show file tree
Hide file tree
Showing 36 changed files with 2,621 additions and 2,527 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1127,6 +1127,10 @@
[
"2022-11-28T01:02:53",
2679227
],
[
"2022-12-07T07:19:55",
2692901
]
],
"ci_light": [
Expand Down Expand Up @@ -2257,6 +2261,10 @@
[
"2022-11-28T01:02:53",
34600
],
[
"2022-12-07T07:19:55",
36335
]
],
"cupcake": [
Expand Down Expand Up @@ -2367,6 +2375,10 @@
[
"2022-11-28T01:02:53",
457
],
[
"2022-12-07T07:19:55",
559
]
],
"dart": [
Expand Down Expand Up @@ -4407,6 +4419,10 @@
[
"2022-11-28T01:02:53",
90823
],
[
"2022-12-07T07:19:55",
93754
]
],
"dotnet": [
Expand Down Expand Up @@ -5537,6 +5553,10 @@
[
"2022-11-28T01:02:53",
324351
],
[
"2022-12-07T07:19:55",
328159
]
],
"go": [
Expand Down Expand Up @@ -6667,6 +6687,10 @@
[
"2022-11-28T01:02:53",
15307
],
[
"2022-12-07T07:19:55",
15465
]
],
"java": [
Expand Down Expand Up @@ -7797,6 +7821,10 @@
[
"2022-11-28T01:02:53",
100940
],
[
"2022-12-07T07:19:55",
102236
]
],
"javascript": [
Expand Down Expand Up @@ -8927,6 +8955,10 @@
[
"2022-11-28T01:02:53",
170463
],
[
"2022-12-07T07:19:55",
173593
]
],
"php": [
Expand Down Expand Up @@ -10057,6 +10089,10 @@
[
"2022-11-28T01:02:53",
29424
],
[
"2022-12-07T07:19:55",
30367
]
],
"python": [
Expand Down Expand Up @@ -11187,6 +11223,10 @@
[
"2022-11-28T01:02:53",
129131
],
[
"2022-12-07T07:19:55",
133802
]
],
"ruby": [
Expand Down Expand Up @@ -12313,6 +12353,10 @@
[
"2022-11-28T01:02:53",
2751
],
[
"2022-12-07T07:19:55",
2766
]
],
"rust": [
Expand Down Expand Up @@ -13439,6 +13483,10 @@
[
"2022-11-28T01:02:53",
4219
],
[
"2022-12-07T07:19:55",
4259
]
],
"salesforce": [
Expand Down Expand Up @@ -14569,6 +14617,10 @@
[
"2022-11-28T01:02:53",
15352
],
[
"2022-12-07T07:19:55",
15644
]
],
"scala": [
Expand Down Expand Up @@ -15697,6 +15749,10 @@
[
"2022-11-28T01:02:53",
1493
],
[
"2022-12-07T07:19:55",
1544
]
],
"swift": [
Expand Down Expand Up @@ -16823,6 +16879,10 @@
[
"2022-11-28T01:02:53",
2762
],
[
"2022-12-07T07:19:55",
2792
]
],
"terraform": [
Expand Down Expand Up @@ -17953,6 +18013,10 @@
[
"2022-11-28T01:02:53",
140194
],
[
"2022-12-07T07:19:55",
144049
]
]
}
15 changes: 9 additions & 6 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
"General help using GNU software: <http://www.gnu.org/gethelp/>"
],
"bicep_linter": [
"Bicep CLI version 0.12.40 (41892bd0fb)",
"Bicep CLI version 0.13.1 (e3ac80d678)",
"",
"Usage:",
" bicep build [options] <file>",
Expand Down 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, python3, python, pypy, time,",
" timeit, capture). Useful for formatting",
" cells with custom python magics.",
" magics (prun, timeit, pypy, python, python3,",
" capture, time). 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 @@ -5121,7 +5121,7 @@
" --warnings Use exit code of 1 if warnings are reported",
" -w,--watch Continue to run and watch for changes",
"",
"WARNING: there is a new pyright version available (v1.1.270 -> v1.1.281).",
"WARNING: there is a new pyright version available (v1.1.270 -> v1.1.282).",
"Please install the new version or set PYRIGHT_PYTHON_FORCE_VERSION to `latest`",
""
],
Expand Down Expand Up @@ -6173,6 +6173,7 @@
"VfUnescapeEl visualforce Security Basic VF pmd",
"ApexAssertionsShouldIncludeMessage apex Best Practices pmd",
"ApexUnitTestClassShouldHaveAsserts apex Best Practices Default ruleset...,quickstart,ApexUnit pmd",
"ApexUnitTestClassShouldHaveRunAs apex Best Practices quickstart pmd",
"ApexUnitTestMethodShouldHaveIsTestAnnotation apex Best Practices pmd",
"ApexUnitTestShouldNotUseSeeAllDataTrue apex Best Practices Default ruleset...,quickstart,ApexUnit pmd",
"AvoidGlobalModifier apex Best Practices Style,Default ruleset...,quickstart pmd",
Expand Down Expand Up @@ -6497,6 +6498,7 @@
"VfUnescapeEl visualforce Security Basic VF pmd",
"ApexAssertionsShouldIncludeMessage apex Best Practices pmd",
"ApexUnitTestClassShouldHaveAsserts apex Best Practices Default ruleset...,quickstart,ApexUnit pmd",
"ApexUnitTestClassShouldHaveRunAs apex Best Practices quickstart pmd",
"ApexUnitTestMethodShouldHaveIsTestAnnotation apex Best Practices pmd",
"ApexUnitTestShouldNotUseSeeAllDataTrue apex Best Practices Default ruleset...,quickstart,ApexUnit pmd",
"AvoidGlobalModifier apex Best Practices Style,Default ruleset...,quickstart pmd",
Expand Down Expand Up @@ -6821,6 +6823,7 @@
"VfUnescapeEl visualforce Security Basic VF pmd",
"ApexAssertionsShouldIncludeMessage apex Best Practices pmd",
"ApexUnitTestClassShouldHaveAsserts apex Best Practices Default ruleset...,quickstart,ApexUnit pmd",
"ApexUnitTestClassShouldHaveRunAs apex Best Practices quickstart pmd",
"ApexUnitTestMethodShouldHaveIsTestAnnotation apex Best Practices pmd",
"ApexUnitTestShouldNotUseSeeAllDataTrue apex Best Practices Default ruleset...,quickstart,ApexUnit pmd",
"AvoidGlobalModifier apex Best Practices Style,Default ruleset...,quickstart pmd",
Expand Down Expand Up @@ -8565,7 +8568,7 @@
" terragrunt-use-partial-parse-config-cache Enables caching of includes during partial parsing operations. Will also be used for the --terragrunt-iam-role option if provided.",
"",
"VERSION:",
" v0.41.0",
" v0.42.3",
"",
"AUTHOR(S):",
" Gruntwork <www.gruntwork.io>",
Expand Down
28 changes: 14 additions & 14 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"arm-ttk": "0.0.0",
"bandit": "1.7.4",
"bash-exec": "5.1.16",
"bicep_linter": "0.12.40",
"bicep_linter": "0.13.1",
"black": "22.10.0",
"cfn-lint": "0.72.1",
"cfn-lint": "0.72.2",
"checkmake": "0.2.1",
"checkov": "2.1.244",
"checkstyle": "10.5.0",
Expand All @@ -15,7 +15,7 @@
"clj-kondo": "2022.10.14",
"coffeelint": "5.2.11",
"cpplint": "1.6.1",
"cspell": "6.15.0",
"cspell": "6.17.0",
"dartanalyzer": "0.0.0",
"devskim": "0.6.9",
"djlint": "1.19.7",
Expand All @@ -24,7 +24,7 @@
"dotnet-format": "000",
"dustilock": "0.0.0",
"editorconfig-checker": "2.4.0",
"eslint": "8.28.0",
"eslint": "8.29.0",
"eslint-plugin-jsonc": "2.5.0",
"flake8": "6.0.0",
"gherkin-lint": "0.0.0",
Expand All @@ -50,7 +50,7 @@
"misspell": "0.3.4",
"mypy": "0.991",
"npm-groovy-lint": "11.1.1",
"perlcritic": "1.140",
"perlcritic": "1.144",
"php": "7.4.26",
"phpcs": "3.7.1",
"phplint": "3.0",
Expand All @@ -62,7 +62,7 @@
"protolint": "0.42.2",
"psalm": "Psalm.4.x-dev@",
"puppet-lint": "3.0.1",
"pylint": "2.15.6",
"pylint": "2.15.8",
"pyright": "1.1.270",
"raku": "2020.10",
"remark-lint": "14.0.2",
Expand All @@ -74,11 +74,11 @@
"scalafix": "0.10.4",
"scss-lint": "0.59.0",
"secretlint": "5.3.0",
"semgrep": "0.122.0",
"semgrep": "1.1.0",
"sfdx-scanner": "2.8.0",
"sfdx-scanner-apex": "3.6.2",
"sfdx-scanner-aura": "3.6.2",
"sfdx-scanner-lwc": "3.6.2",
"sfdx-scanner-apex": "3.7.1",
"sfdx-scanner-aura": "3.7.1",
"sfdx-scanner-lwc": "3.7.1",
"shellcheck": "0.8.0",
"shfmt": "3.6.0",
"snakefmt": "0.7.0",
Expand All @@ -87,12 +87,12 @@
"sql-lint": "1.0.0",
"sqlfluff": "1.4.2",
"standard": "17.0.0",
"stylelint": "14.15.0",
"stylelint": "14.16.0",
"swiftlint": "0.50.1",
"syft": "0.62.1",
"syft": "0.62.3",
"tekton-lint": "0.6.0",
"terraform-fmt": "1.3.5",
"terragrunt": "0.41.0",
"terraform-fmt": "1.3.6",
"terragrunt": "0.42.3",
"terrascan": "1.17.0",
"tflint": "0.42.1",
"trivy": "0.29.2",
Expand Down
Loading

0 comments on commit 0af38af

Please sign in to comment.