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 Jan 28, 2022
1 parent aa2ea61 commit d50695a
Show file tree
Hide file tree
Showing 15 changed files with 147 additions and 67 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,10 @@
[
"2022-01-26T01:45:09",
2427753
],
[
"2022-01-28T01:33:25",
2429727
]
],
"ci_light": [
Expand Down Expand Up @@ -1033,6 +1037,10 @@
[
"2022-01-26T01:45:09",
6711
],
[
"2022-01-28T01:33:25",
6763
]
],
"dart": [
Expand Down Expand Up @@ -1551,6 +1559,10 @@
[
"2022-01-26T01:45:09",
2003
],
[
"2022-01-28T01:33:25",
2031
]
],
"documentation": [
Expand Down Expand Up @@ -2069,6 +2081,10 @@
[
"2022-01-26T01:45:09",
33612
],
[
"2022-01-28T01:33:25",
34456
]
],
"dotnet": [
Expand Down Expand Up @@ -2587,6 +2603,10 @@
[
"2022-01-26T01:45:09",
271750
],
[
"2022-01-28T01:33:25",
272740
]
],
"go": [
Expand Down Expand Up @@ -3105,6 +3125,10 @@
[
"2022-01-26T01:45:09",
7372
],
[
"2022-01-28T01:33:25",
7447
]
],
"java": [
Expand Down Expand Up @@ -3623,6 +3647,10 @@
[
"2022-01-26T01:45:09",
53346
],
[
"2022-01-28T01:33:25",
53768
]
],
"javascript": [
Expand Down Expand Up @@ -4141,6 +4169,10 @@
[
"2022-01-26T01:45:09",
78542
],
[
"2022-01-28T01:33:25",
79658
]
],
"php": [
Expand Down Expand Up @@ -4659,6 +4691,10 @@
[
"2022-01-26T01:45:09",
3785
],
[
"2022-01-28T01:33:25",
3802
]
],
"python": [
Expand Down Expand Up @@ -5177,6 +5213,10 @@
[
"2022-01-26T01:45:09",
49529
],
[
"2022-01-28T01:33:25",
50460
]
],
"ruby": [
Expand Down Expand Up @@ -5691,6 +5731,10 @@
[
"2022-01-26T01:45:09",
1778
],
[
"2022-01-28T01:33:25",
1782
]
],
"rust": [
Expand Down Expand Up @@ -6205,6 +6249,10 @@
[
"2022-01-26T01:45:09",
1512
],
[
"2022-01-28T01:33:25",
1523
]
],
"salesforce": [
Expand Down Expand Up @@ -6723,6 +6771,10 @@
[
"2022-01-26T01:45:09",
10009
],
[
"2022-01-28T01:33:25",
10091
]
],
"scala": [
Expand Down Expand Up @@ -7237,6 +7289,10 @@
[
"2022-01-26T01:45:09",
1366
],
[
"2022-01-28T01:33:25",
1368
]
],
"swift": [
Expand Down Expand Up @@ -7751,6 +7807,10 @@
[
"2022-01-26T01:45:09",
1407
],
[
"2022-01-28T01:33:25",
1409
]
],
"terraform": [
Expand Down Expand Up @@ -8269,6 +8329,10 @@
[
"2022-01-26T01:45:09",
34037
],
[
"2022-01-28T01:33:25",
34414
]
]
}
32 changes: 18 additions & 14 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,8 @@
" be used together with --external-checks-dir",
" -l, --list List checks",
" -o {cli,cyclonedx,json,junitxml,github_failed_only,sarif}, --output {cli,cyclonedx,json,junitxml,github_failed_only,sarif}",
" Report output format. Can be repeated",
" Report output format. Add multiple outputs by using",
" the flag multiple times (-o sarif -o cli)",
" --output-bc-ids Print Bridgecrew platform IDs (BC...) instead of",
" Checkov IDs (CKV...), if the check exists in the",
" platform",
Expand Down Expand Up @@ -574,7 +575,8 @@
" --evaluate-variables EVALUATE_VARIABLES",
" evaluate the values of variables and locals",
" -ca CA_CERTIFICATE, --ca-certificate CA_CERTIFICATE",
" custom CA (bundle) file [env var: CA_CERTIFICATE]",
" Custom CA certificate (bundle) file [env var:",
" BC_CA_BUNDLE]",
" --repo-root-for-plan-enrichment REPO_ROOT_FOR_PLAN_ENRICHMENT",
" Directory containing the hcl code used to generate a",
" given plan file. Use with -f.",
Expand Down Expand Up @@ -1068,18 +1070,20 @@
"Spelling Checker for Code",
"",
"Options:",
" -V, --version output the version number",
" -h, --help display help for command",
" -V, --version output the version number",
" -h, --help display help for command",
"",
"Commands:",
" lint [options] [globs...] Check spelling",
" trace [options] <words...> Trace words",
" Search for words in the configuration and dictionaries.",
" check [options] <files...> Spell check file(s) and display the result. The",
" full file is displayed in color.",
" link Link dictionaries any other settings to the",
" cspell global config.",
" help [command] display help for command"
" lint [options] [globs...] Check spelling",
" trace [options] [words...] Trace words -- Search for words in the",
" configuration and dictionaries.",
" check [options] <files...> Spell check file(s) and display the",
" result. The full file is displayed in",
" color.",
" link Link dictionaries and other settings to",
" the cspell global config.",
" suggestions|sug [options] [words...] Spelling Suggestions for words.",
" help [command] display help for command"
],
"dartanalyzer": [
"Usage: dartanalyzer [options...] <directory or list of files>",
Expand Down Expand Up @@ -1393,8 +1397,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: ['W504', 'E24', 'E123', 'W503', 'E126',",
" 'E226', 'E704', 'E121'])",
" (Default: ['E123', 'E226', 'W503', 'E704', 'E126',",
" 'W504', 'E24', 'E121'])",
" --extend-ignore errors",
" Comma-separated list of errors and warnings to add to",
" the list of ignored ones. For example, ``--extend-",
Expand Down
16 changes: 8 additions & 8 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
"bash-exec": "5.1.0",
"black": "21.12",
"cfn-lint": "0.57.0",
"checkov": "2.0.763",
"checkov": "2.0.769",
"checkstyle": "9.2.1",
"chktex": "1.7.6",
"clippy": "0.1.58",
"clj-kondo": "2022.01.15",
"coffeelint": "5.2.3",
"coffeelint": "5.2.4",
"cpplint": "1.5.5",
"cspell": "5.16.0",
"cspell": "5.17.0",
"dartanalyzer": "0.0.0",
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.2.0",
"dotnet-format": "000",
"editorconfig-checker": "2.3.5",
"eslint": "8.7.0",
"eslint-plugin-jsonc": "2.0.0",
"eslint-plugin-jsonc": "2.1.0",
"flake8": "4.0.1",
"gherkin-lint": "0.0.0",
"git_diff": "2.30.2",
"golangci-lint": "1.44.0",
"graphql-schema-linter": "2.0.1",
"hadolint": "2.7.0",
"htmlhint": "1.1.1",
"htmlhint": "1.1.2",
"isort": "5.10.1",
"jscpd": "3.3.26",
"jsonlint": "1.6.3",
Expand Down Expand Up @@ -70,13 +70,13 @@
"shellcheck": "0.8.0",
"shfmt": "3.3.1",
"snakefmt": "0.4.4",
"snakemake": "6.13.1",
"snakemake": "6.14.0",
"spectral": "5.6.0",
"sql-lint": "0.0.19",
"sqlfluff": "0.9.1",
"sqlfluff": "0.9.3",
"standard": "15.0.1",
"stylelint": "14.3.0",
"swiftlint": "0.46.0",
"swiftlint": "0.46.2",
"tekton-lint": "0.6.0",
"terraform-fmt": "1.1.4",
"terragrunt": "0.36.0",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ Fixes:
- [golangci-lint](https://golangci-lint.run/) from 1.43.0 to **1.44.0** on 2022-01-26
- [bandit](https://bandit.readthedocs.io/en/latest/) from 1.7.1 to **1.7.2** on 2022-01-26
- [checkov](https://www.checkov.io/) from 2.0.754 to **2.0.763** on 2022-01-26
- [coffeelint](http://www.coffeelint.org) from 5.2.3 to **5.2.4** on 2022-01-28
- [htmlhint](https://htmlhint.com/) from 1.1.1 to **1.1.2** on 2022-01-28
- [eslint-plugin-jsonc](https://ota-meshi.github.io/eslint-plugin-jsonc/) from 2.0.0 to **2.1.0** on 2022-01-28
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 6.13.1 to **6.14.0** on 2022-01-28
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 5.16.0 to **5.17.0** on 2022-01-28
- [sqlfluff](https://www.sqlfluff.com/) from 0.9.1 to **0.9.3** on 2022-01-28
- [swiftlint](https://github.com/realm/SwiftLint) from 0.46.0 to **0.46.2** on 2022-01-28
- [checkov](https://www.checkov.io/) from 2.0.763 to **2.0.769** on 2022-01-28
<!-- linter-versions-end -->

## [v5.6.0] - 2022-01-22
Expand Down
Loading

0 comments on commit d50695a

Please sign in to comment.