Skip to content

Commit

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

* Add image for npm-package-json-lint

* doc
  • Loading branch information
nvuillam authored Dec 24, 2022
1 parent 6251063 commit d285e67
Show file tree
Hide file tree
Showing 152 changed files with 2,503 additions and 2,500 deletions.
56 changes: 28 additions & 28 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1153,8 +1153,8 @@
2712487
],
[
"2022-12-24T01:11:42",
2713626
"2022-12-24T20:01:35",
2714076
]
],
"ci_light": [
Expand Down Expand Up @@ -2311,8 +2311,8 @@
39425
],
[
"2022-12-24T01:11:42",
39650
"2022-12-24T20:01:35",
39674
]
],
"cupcake": [
Expand Down Expand Up @@ -2449,8 +2449,8 @@
1204
],
[
"2022-12-24T01:11:42",
1224
"2022-12-24T20:01:35",
1225
]
],
"dart": [
Expand Down Expand Up @@ -4517,8 +4517,8 @@
97790
],
[
"2022-12-24T01:11:42",
98018
"2022-12-24T20:01:35",
98101
]
],
"dotnet": [
Expand Down Expand Up @@ -5675,8 +5675,8 @@
334190
],
[
"2022-12-24T01:11:42",
334434
"2022-12-24T20:01:35",
334463
]
],
"go": [
Expand Down Expand Up @@ -6833,8 +6833,8 @@
15815
],
[
"2022-12-24T01:11:42",
15825
"2022-12-24T20:01:35",
15827
]
],
"java": [
Expand Down Expand Up @@ -7991,8 +7991,8 @@
103812
],
[
"2022-12-24T01:11:42",
103883
"2022-12-24T20:01:35",
103911
]
],
"javascript": [
Expand Down Expand Up @@ -9149,8 +9149,8 @@
179209
],
[
"2022-12-24T01:11:42",
179589
"2022-12-24T20:01:35",
179656
]
],
"php": [
Expand Down Expand Up @@ -10307,8 +10307,8 @@
32907
],
[
"2022-12-24T01:11:42",
32940
"2022-12-24T20:01:35",
32943
]
],
"python": [
Expand Down Expand Up @@ -11465,8 +11465,8 @@
140496
],
[
"2022-12-24T01:11:42",
140752
"2022-12-24T20:01:35",
140786
]
],
"ruby": [
Expand Down Expand Up @@ -12619,7 +12619,7 @@
2791
],
[
"2022-12-24T01:11:42",
"2022-12-24T20:01:35",
2793
]
],
Expand Down Expand Up @@ -13773,7 +13773,7 @@
4350
],
[
"2022-12-24T01:11:42",
"2022-12-24T20:01:35",
4350
]
],
Expand Down Expand Up @@ -14931,8 +14931,8 @@
15828
],
[
"2022-12-24T01:11:42",
15836
"2022-12-24T20:01:35",
15841
]
],
"scala": [
Expand Down Expand Up @@ -16087,7 +16087,7 @@
1807
],
[
"2022-12-24T01:11:42",
"2022-12-24T20:01:35",
1833
]
],
Expand Down Expand Up @@ -17241,7 +17241,7 @@
2995
],
[
"2022-12-24T01:11:42",
"2022-12-24T20:01:35",
3008
]
],
Expand Down Expand Up @@ -18399,8 +18399,8 @@
151377
],
[
"2022-12-24T01:11:42",
151840
"2022-12-24T20:01:35",
152010
]
]
}
28 changes: 13 additions & 15 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
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 (time, python3, prun, timeit,",
" capture, pypy, python). Useful for",
" formatting cells with custom python magics.",
" magics (pypy, prun, python, timeit, capture,",
" python3, 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 @@ -1535,27 +1535,25 @@
" dockerfilelint < Dockerfile Lint the contents of Dockerfile via stdin"
],
"dotenv-linter": [
"dotenv-linter 3.2.0",
"dotenv-linter 3.3.0",
"Mikhail Grachev <[email protected]>",
"Lightning-fast linter for .env files",
"",
"USAGE:",
" dotenv-linter [FLAGS] [OPTIONS] <input>... [SUBCOMMAND]",
" dotenv-linter [OPTIONS] [input]... [SUBCOMMAND]",
"",
"FLAGS:",
" -h, --help Prints help information",
" --no-color Turns off the colored output",
" --not-check-updates Doesn't check for updates",
" -q, --quiet Doesn't display additional information",
" -r, --recursive Recursively searches and checks .env files",
" -v, --version Prints version information",
"ARGS:",
" <input>... files or paths [default: /]",
"",
"OPTIONS:",
" -e, --exclude <FILE_NAME>... Excludes files from check",
" -h, --help Print help information",
" --no-color Turns off the colored output",
" --not-check-updates Doesn't check for updates",
" -q, --quiet Doesn't display additional information",
" -r, --recursive Recursively searches and checks .env files",
" -s, --skip <CHECK_NAME>... Skips checks",
"",
"ARGS:",
" <input>... files or paths [default: /]",
" -v, --version Print version information",
"",
"SUBCOMMANDS:",
" compare Compares if files have the same keys [aliases: c]",
Expand Down
2 changes: 1 addition & 1 deletion .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devskim": "0.6.9",
"djlint": "1.19.9",
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.2.0",
"dotenv-linter": "3.3.0",
"dotnet-format": "000",
"dustilock": "0.0.0",
"editorconfig-checker": "2.4.0",
Expand Down
Loading

0 comments on commit d285e67

Please sign in to comment.