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 committed Jun 21, 2022
1 parent b5ffb72 commit 2354d40
Show file tree
Hide file tree
Showing 12 changed files with 283 additions and 207 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,10 @@
[
"2022-06-19T07:40:43",
2513591
],
[
"2022-06-21T02:27:00",
2514411
]
],
"ci_light": [
Expand Down Expand Up @@ -1777,6 +1781,10 @@
[
"2022-06-19T07:40:43",
12257
],
[
"2022-06-21T02:27:00",
12393
]
],
"dart": [
Expand Down Expand Up @@ -2667,6 +2675,10 @@
[
"2022-06-19T07:40:43",
3046
],
[
"2022-06-21T02:27:00",
3066
]
],
"documentation": [
Expand Down Expand Up @@ -3557,6 +3569,10 @@
[
"2022-06-19T07:40:43",
58809
],
[
"2022-06-21T02:27:00",
58954
]
],
"dotnet": [
Expand Down Expand Up @@ -4447,6 +4463,10 @@
[
"2022-06-19T07:40:43",
300791
],
[
"2022-06-21T02:27:00",
301033
]
],
"go": [
Expand Down Expand Up @@ -5337,6 +5357,10 @@
[
"2022-06-19T07:40:43",
11911
],
[
"2022-06-21T02:27:00",
11936
]
],
"java": [
Expand Down Expand Up @@ -6227,6 +6251,10 @@
[
"2022-06-19T07:40:43",
78843
],
[
"2022-06-21T02:27:00",
79045
]
],
"javascript": [
Expand Down Expand Up @@ -7117,6 +7145,10 @@
[
"2022-06-19T07:40:43",
124295
],
[
"2022-06-21T02:27:00",
124722
]
],
"php": [
Expand Down Expand Up @@ -8007,6 +8039,10 @@
[
"2022-06-19T07:40:43",
8999
],
[
"2022-06-21T02:27:00",
9014
]
],
"python": [
Expand Down Expand Up @@ -8897,6 +8933,10 @@
[
"2022-06-19T07:40:43",
81804
],
[
"2022-06-21T02:27:00",
81998
]
],
"ruby": [
Expand Down Expand Up @@ -9783,6 +9823,10 @@
[
"2022-06-19T07:40:43",
2319
],
[
"2022-06-21T02:27:00",
2319
]
],
"rust": [
Expand Down Expand Up @@ -10669,6 +10713,10 @@
[
"2022-06-19T07:40:43",
3695
],
[
"2022-06-21T02:27:00",
3697
]
],
"salesforce": [
Expand Down Expand Up @@ -11559,6 +11607,10 @@
[
"2022-06-19T07:40:43",
12280
],
[
"2022-06-21T02:27:00",
12297
]
],
"scala": [
Expand Down Expand Up @@ -12445,6 +12497,10 @@
[
"2022-06-19T07:40:43",
1476
],
[
"2022-06-21T02:27:00",
1476
]
],
"swift": [
Expand Down Expand Up @@ -13331,6 +13387,10 @@
[
"2022-06-19T07:40:43",
1792
],
[
"2022-06-21T02:27:00",
1801
]
],
"terraform": [
Expand Down Expand Up @@ -14221,6 +14281,10 @@
[
"2022-06-19T07:40:43",
75775
],
[
"2022-06-21T02:27:00",
76311
]
]
}
41 changes: 22 additions & 19 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 (capture, time, prun, pypy, python3,",
" timeit, python). Useful for formatting cells",
" with custom python magics.",
" magics (python3, prun, timeit, time, pypy,",
" python, capture). 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 @@ -1551,8 +1551,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', 'E126', 'E24', 'W503', 'E226',",
" 'W504', 'E121', 'E123'])",
" (Default: ['E704', 'E24', 'E226', 'W503', 'E123',",
" 'W504', 'E121', 'E126'])",
" --extend-ignore errors",
" Comma-separated list of errors and warnings to add to",
" the list of ignored ones. For example, ``--extend-",
Expand Down Expand Up @@ -7461,21 +7461,24 @@
"sql-lint": [
"Usage: sql-lint [options]",
"",
"Lint sql files and stdin for errors, oddities, and bad practices.",
"",
"Options:",
" -V, --version output the version number",
" --fix [string] The .sql string to fix",
" -d, --driver <string> The driver to use, must be one of ['mysql',",
" 'postgres']",
" -v, --verbose Brings back information on the what it's linting and",
" the tokens generated",
" --format <string> The format of the output, can be one of ['simple',",
" 'json'] (default: \"simple\")",
" --host <string> The host for the connection",
" --user <string> The user for the connection",
" --password <string> The password for the connection",
" --port <string> The port for the connection",
" --config <string> The path to the configuration file",
" -h, --help display help for command"
" -V, --version output the version number",
" --fix [string] The .sql string to fix (experimental and alpha)",
" -d, --driver <string> The driver to use, must be one of ['mysql',",
" 'postgres']",
" -v, --verbose Brings back information on the what it's linting",
" and the tokens generated",
" --format <string> The format of the output, can be one of",
" ['simple', 'json'] (default: \"simple\")",
" --host <string> The host for the database connection",
" --user <string> The user for the database connection",
" --password <string> The password for the database connection",
" --port <string> The port for the database connection",
" --config <string> The path to the configuration file",
" --ignore-errors <string...> The errors to ignore (comma separated)",
" -h, --help display help for command"
],
"sqlfluff": [
"Usage: sqlfluff [OPTIONS] COMMAND [ARGS]...",
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 @@ -6,7 +6,7 @@
"bash-exec": "5.1.16",
"black": "22.3.0",
"cfn-lint": "0.61.0",
"checkov": "2.0.1219",
"checkov": "2.0.1223",
"checkstyle": "10.3",
"chktex": "1.7.6",
"clippy": "0.1.61",
Expand Down Expand Up @@ -47,7 +47,7 @@
"php": "7.4.26",
"phpcs": "3.7.1",
"phplint": "3.0",
"phpstan": "1.7.14",
"phpstan": "1.7.15",
"powershell": "7.2.4",
"prettier": "2.7.1",
"protolint": "0.38.1",
Expand All @@ -71,9 +71,9 @@
"shellcheck": "0.8.0",
"shfmt": "3.6.0",
"snakefmt": "0.6.1",
"snakemake": "7.8.2",
"snakemake": "7.8.3",
"spectral": "5.6.0",
"sql-lint": "0.0.20",
"sql-lint": "1.0.0",
"sqlfluff": "1.0.0",
"standard": "15.0.1",
"stylelint": "14.9.1",
Expand Down
Loading

0 comments on commit 2354d40

Please sign in to comment.