Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automation] Auto-update linters version, help and documentation #1537

Merged
merged 1 commit into from
Jun 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-22T02:25:59",
2515322
]
],
"ci_light": [
Expand Down Expand Up @@ -1777,6 +1781,10 @@
[
"2022-06-19T07:40:43",
12257
],
[
"2022-06-22T02:25:59",
12537
]
],
"dart": [
Expand Down Expand Up @@ -2667,6 +2675,10 @@
[
"2022-06-19T07:40:43",
3046
],
[
"2022-06-22T02:25:59",
3083
]
],
"documentation": [
Expand Down Expand Up @@ -3557,6 +3569,10 @@
[
"2022-06-19T07:40:43",
58809
],
[
"2022-06-22T02:25:59",
59113
]
],
"dotnet": [
Expand Down Expand Up @@ -4447,6 +4463,10 @@
[
"2022-06-19T07:40:43",
300791
],
[
"2022-06-22T02:25:59",
301172
]
],
"go": [
Expand Down Expand Up @@ -5337,6 +5357,10 @@
[
"2022-06-19T07:40:43",
11911
],
[
"2022-06-22T02:25:59",
11951
]
],
"java": [
Expand Down Expand Up @@ -6227,6 +6251,10 @@
[
"2022-06-19T07:40:43",
78843
],
[
"2022-06-22T02:25:59",
79284
]
],
"javascript": [
Expand Down Expand Up @@ -7117,6 +7145,10 @@
[
"2022-06-19T07:40:43",
124295
],
[
"2022-06-22T02:25:59",
124973
]
],
"php": [
Expand Down Expand Up @@ -8007,6 +8039,10 @@
[
"2022-06-19T07:40:43",
8999
],
[
"2022-06-22T02:25:59",
9072
]
],
"python": [
Expand Down Expand Up @@ -8897,6 +8933,10 @@
[
"2022-06-19T07:40:43",
81804
],
[
"2022-06-22T02:25:59",
82257
]
],
"ruby": [
Expand Down Expand Up @@ -9783,6 +9823,10 @@
[
"2022-06-19T07:40:43",
2319
],
[
"2022-06-22T02:25:59",
2320
]
],
"rust": [
Expand Down Expand Up @@ -10669,6 +10713,10 @@
[
"2022-06-19T07:40:43",
3695
],
[
"2022-06-22T02:25:59",
3733
]
],
"salesforce": [
Expand Down Expand Up @@ -11559,6 +11607,10 @@
[
"2022-06-19T07:40:43",
12280
],
[
"2022-06-22T02:25:59",
12318
]
],
"scala": [
Expand Down Expand Up @@ -12445,6 +12497,10 @@
[
"2022-06-19T07:40:43",
1476
],
[
"2022-06-22T02:25:59",
1476
]
],
"swift": [
Expand Down Expand Up @@ -13331,6 +13387,10 @@
[
"2022-06-19T07:40:43",
1792
],
[
"2022-06-22T02:25:59",
1807
]
],
"terraform": [
Expand Down Expand Up @@ -14221,6 +14281,10 @@
[
"2022-06-19T07:40:43",
75775
],
[
"2022-06-22T02:25:59",
76672
]
]
}
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 (prun, python, python3, capture,",
" time, pypy, timeit). 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: ['E121', 'E123', 'E704', 'E24', 'W503',",
" 'W504', 'E126', 'E226'])",
" --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
12 changes: 6 additions & 6 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.1226",
"checkstyle": "10.3",
"chktex": "1.7.6",
"clippy": "0.1.61",
Expand All @@ -32,7 +32,7 @@
"jscpd": "3.3.26",
"jsonlint": "1.6.3",
"kics": "1.5.10",
"ktlint": "0.46.0",
"ktlint": "0.46.1",
"kubeconform": "0.4.12",
"kubeval": "0.16.1",
"lintr": "0.0.0",
Expand All @@ -47,8 +47,8 @@
"php": "7.4.26",
"phpcs": "3.7.1",
"phplint": "3.0",
"phpstan": "1.7.14",
"powershell": "7.2.4",
"phpstan": "1.7.15",
"powershell": "7.2.5",
"prettier": "2.7.1",
"protolint": "0.38.1",
"psalm": "Psalm.5.x-dev@",
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