Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Sep 19, 2022
1 parent 2c3d740 commit 67179d1
Show file tree
Hide file tree
Showing 14 changed files with 301 additions and 293 deletions.
58 changes: 29 additions & 29 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -933,8 +933,8 @@
2591786
],
[
"2022-09-19T01:16:29",
2592836
"2022-09-19T16:23:32",
2593576
]
],
"ci_light": [
Expand Down Expand Up @@ -1871,8 +1871,8 @@
25218
],
[
"2022-09-19T01:16:29",
25304
"2022-09-19T16:23:32",
25439
]
],
"dart": [
Expand Down Expand Up @@ -3719,8 +3719,8 @@
71937
],
[
"2022-09-19T01:16:29",
72057
"2022-09-19T16:23:32",
72171
]
],
"dotnet": [
Expand Down Expand Up @@ -4657,8 +4657,8 @@
312239
],
[
"2022-09-19T01:16:29",
312287
"2022-09-19T16:23:32",
312368
]
],
"go": [
Expand Down Expand Up @@ -5595,8 +5595,8 @@
13569
],
[
"2022-09-19T01:16:29",
13602
"2022-09-19T16:23:32",
13625
]
],
"java": [
Expand Down Expand Up @@ -6533,8 +6533,8 @@
92004
],
[
"2022-09-19T01:16:29",
92216
"2022-09-19T16:23:32",
92297
]
],
"javascript": [
Expand Down Expand Up @@ -7471,8 +7471,8 @@
146962
],
[
"2022-09-19T01:16:29",
147286
"2022-09-19T16:23:32",
147461
]
],
"php": [
Expand Down Expand Up @@ -8409,8 +8409,8 @@
18615
],
[
"2022-09-19T01:16:29",
18618
"2022-09-19T16:23:32",
18726
]
],
"python": [
Expand Down Expand Up @@ -9347,8 +9347,8 @@
102754
],
[
"2022-09-19T01:16:29",
102882
"2022-09-19T16:23:32",
103107
]
],
"ruby": [
Expand Down Expand Up @@ -10281,8 +10281,8 @@
2560
],
[
"2022-09-19T01:16:29",
2560
"2022-09-19T16:23:32",
2567
]
],
"rust": [
Expand Down Expand Up @@ -11215,7 +11215,7 @@
3933
],
[
"2022-09-19T01:16:29",
"2022-09-19T16:23:32",
3933
]
],
Expand Down Expand Up @@ -12153,8 +12153,8 @@
13748
],
[
"2022-09-19T01:16:29",
13782
"2022-09-19T16:23:32",
13809
]
],
"scala": [
Expand Down Expand Up @@ -13089,8 +13089,8 @@
1082
],
[
"2022-09-19T01:16:29",
1082
"2022-09-19T16:23:32",
1121
]
],
"swift": [
Expand Down Expand Up @@ -14023,8 +14023,8 @@
2407
],
[
"2022-09-19T01:16:29",
2407
"2022-09-19T16:23:32",
2416
]
],
"terraform": [
Expand Down Expand Up @@ -14961,8 +14961,8 @@
110800
],
[
"2022-09-19T01:16:29",
111169
"2022-09-19T16:23:32",
111470
]
]
}
6 changes: 4 additions & 2 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (capture, timeit, time, python,",
" python3, pypy, prun). Useful for formatting",
" magics (pypy, prun, python3, time, timeit,",
" capture, python). Useful for formatting",
" cells with custom python magics.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
Expand Down Expand Up @@ -1387,6 +1387,8 @@
" --format-js Also format contents of <script> tags.",
" --configuration PATH Path to global configuration file in .djlintrc",
" format",
" --statistics Count the number of occurrences of each",
" error/warning code.",
" -h, --help Show this message and exit."
],
"dockerfilelint": [
Expand Down
8 changes: 4 additions & 4 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"black": "22.8.0",
"cfn-lint": "0.65.0",
"checkmake": "0.2.1",
"checkov": "2.1.212",
"checkov": "2.1.213",
"checkstyle": "10.3.3",
"chktex": "1.7.6",
"clippy": "0.1.63",
"clj-kondo": "2022.09.08",
"coffeelint": "5.2.9",
"cpplint": "1.6.1",
"cspell": "6.9.1",
"cspell": "6.10.0",
"dartanalyzer": "0.0.0",
"devskim": "0.6.9",
"djlint": "1.15.0",
"djlint": "1.16.0",
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.2.0",
"dotnet-format": "000",
Expand Down Expand Up @@ -61,7 +61,7 @@
"protolint": "0.40.0",
"psalm": "Psalm.5.x-dev@",
"puppet-lint": "2.5.2",
"pylint": "2.15.2",
"pylint": "2.15.3",
"pyright": "1.1.270",
"raku": "2020.10",
"remark-lint": "14.0.2",
Expand Down
Loading

0 comments on commit 67179d1

Please sign in to comment.