Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed May 3, 2022
1 parent 20b4d63 commit e04940f
Show file tree
Hide file tree
Showing 15 changed files with 212 additions and 125 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,10 @@
[
"2022-05-02T02:22:46",
2488834
],
[
"2022-05-03T02:24:03",
2489268
]
],
"ci_light": [
Expand Down Expand Up @@ -1529,6 +1533,10 @@
[
"2022-05-02T02:22:46",
9639
],
[
"2022-05-03T02:24:03",
9680
]
],
"dart": [
Expand Down Expand Up @@ -2295,6 +2303,10 @@
[
"2022-05-02T02:22:46",
2695
],
[
"2022-05-03T02:24:03",
2701
]
],
"documentation": [
Expand Down Expand Up @@ -3061,6 +3073,10 @@
[
"2022-05-02T02:22:46",
51337
],
[
"2022-05-03T02:24:03",
51568
]
],
"dotnet": [
Expand Down Expand Up @@ -3827,6 +3843,10 @@
[
"2022-05-02T02:22:46",
295446
],
[
"2022-05-03T02:24:03",
295603
]
],
"go": [
Expand Down Expand Up @@ -4593,6 +4613,10 @@
[
"2022-05-02T02:22:46",
10378
],
[
"2022-05-03T02:24:03",
10403
]
],
"java": [
Expand Down Expand Up @@ -5359,6 +5383,10 @@
[
"2022-05-02T02:22:46",
72462
],
[
"2022-05-03T02:24:03",
72594
]
],
"javascript": [
Expand Down Expand Up @@ -6125,6 +6153,10 @@
[
"2022-05-02T02:22:46",
112137
],
[
"2022-05-03T02:24:03",
112416
]
],
"php": [
Expand Down Expand Up @@ -6891,6 +6923,10 @@
[
"2022-05-02T02:22:46",
7692
],
[
"2022-05-03T02:24:03",
7724
]
],
"python": [
Expand Down Expand Up @@ -7657,6 +7693,10 @@
[
"2022-05-02T02:22:46",
72313
],
[
"2022-05-03T02:24:03",
72609
]
],
"ruby": [
Expand Down Expand Up @@ -8419,6 +8459,10 @@
[
"2022-05-02T02:22:46",
2124
],
[
"2022-05-03T02:24:03",
2130
]
],
"rust": [
Expand Down Expand Up @@ -9181,6 +9225,10 @@
[
"2022-05-02T02:22:46",
3179
],
[
"2022-05-03T02:24:03",
3181
]
],
"salesforce": [
Expand Down Expand Up @@ -9947,6 +9995,10 @@
[
"2022-05-02T02:22:46",
11930
],
[
"2022-05-03T02:24:03",
11940
]
],
"scala": [
Expand Down Expand Up @@ -10709,6 +10761,10 @@
[
"2022-05-02T02:22:46",
1467
],
[
"2022-05-03T02:24:03",
1467
]
],
"swift": [
Expand Down Expand Up @@ -11471,6 +11527,10 @@
[
"2022-05-02T02:22:46",
1520
],
[
"2022-05-03T02:24:03",
1520
]
],
"terraform": [
Expand Down Expand Up @@ -12237,6 +12297,10 @@
[
"2022-05-02T02:22:46",
57715
],
[
"2022-05-03T02:24:03",
58322
]
]
}
10 changes: 5 additions & 5 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (timeit, prun, python, pypy, python3,",
" time, capture). Useful for formatting cells",
" with custom python magics.",
" magics (capture, python, python3, time,",
" prun, timeit, pypy). Useful for formatting",
" cells with custom python magics.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
" -C, --skip-magic-trailing-comma",
Expand Down Expand Up @@ -1541,8 +1541,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: ['E704', 'E24', 'E123', 'W504', 'E121',",
" 'E126', 'E226', 'W503'])",
" (Default: ['E126', 'E226', 'E121', 'W504', 'E123',",
" 'E704', 'E24', 'W503'])",
" --extend-ignore errors",
" Comma-separated list of errors and warnings to add to",
" the list of ignored ones. For example, ``--extend-",
Expand Down
12 changes: 6 additions & 6 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"bandit": "1.7.4",
"bash-exec": "5.1.16",
"black": "22.3.0",
"cfn-lint": "0.59.0",
"checkov": "2.0.1102",
"cfn-lint": "0.59.1",
"checkov": "2.0.1108",
"checkstyle": "10.2",
"chktex": "1.7.6",
"clippy": "0.1.60",
"clj-kondo": "2022.04.25",
"coffeelint": "5.2.8",
"cpplint": "1.6.0",
"cspell": "5.19.7",
"cspell": "5.20.0",
"dartanalyzer": "0.0.0",
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.2.0",
Expand All @@ -31,7 +31,7 @@
"isort": "5.10.1",
"jscpd": "3.3.26",
"jsonlint": "1.6.3",
"kics": "1.5.6",
"kics": "1.5.7",
"ktlint": "0.45.2",
"kubeconform": "0.4.12",
"kubeval": "0.16.1",
Expand All @@ -47,13 +47,13 @@
"php": "7.4.26",
"phpcs": "3.6.2",
"phplint": "3.0",
"phpstan": "1.6.3",
"phpstan": "1.6.4",
"powershell": "7.2.3",
"prettier": "2.6.2",
"protolint": "0.37.1",
"psalm": "Psalm.4.x-dev@",
"puppet-lint": "2.5.2",
"pylint": "2.13.7",
"pylint": "2.13.8",
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "0.0.0",
Expand Down
Loading

0 comments on commit e04940f

Please sign in to comment.