Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Aug 21, 2022
1 parent 2860ae9 commit 14a2e41
Show file tree
Hide file tree
Showing 12 changed files with 196 additions and 191 deletions.
28 changes: 14 additions & 14 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
" -oneline",
" Use one line per one error. Useful for reading error messages from programs",
" -pyflakes string",
" Command name or file path of \"pyflakes\" external command (default \"pyflakes\")",
" Command name or file path of \"pyflakes\" external command. If empty, pyflakes integration will be disabled (default \"pyflakes\")",
" -shellcheck string",
" Command name or file path of \"shellcheck\" external command (default \"shellcheck\")",
" Command name or file path of \"shellcheck\" external command. If empty, shellcheck integration will be disabled (default \"shellcheck\")",
" -stdin-filename string",
" File name when reading input from stdin",
" -verbose",
Expand Down Expand Up @@ -345,9 +345,9 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (prun, python3, python, capture,",
" time, pypy, timeit). Useful for formatting",
" cells with custom python magics.",
" magics (capture, pypy, timeit, prun,",
" python3, python, time). 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 @@ -2520,9 +2520,14 @@
" --stdin Read file from stdin",
" -v, --verbose Show error codes",
" --editorconfig=<editorConfigPath>",
" Path to .editorconfig",
" Path to the default '.editorconfig'. A property value",
" from this file is used only when no '.editorconfig'",
" file on the path to the source file specifies that",
" property. Note: up until ktlint 0.46 the property",
" value in this file used to override values found in '.",
" editorconfig' files on the path to the source file.",
" --experimental Enabled experimental rules (ktlint-ruleset-experimental)",
" --baseline=<baseline>",
" --baseline=<baselinePath>",
" Defines a baseline file to check against",
" -h, --help Show this help message and exit.",
" -V, --version Print version information and exit.",
Expand All @@ -2540,11 +2545,6 @@
" when",
" writing/debugging",
" rules)",
" applyToIDEA, --apply-to-idea Update Intellij IDEA",
" Kotlin codestyle",
" settings (global)",
" applyToIDEAProject, --apply-to-idea-project Update Intellij IDEA",
" project settings",
" generateEditorConfig EXPERIMENTAL!!!",
" Generate kotlin",
" style section for '.",
Expand Down Expand Up @@ -2841,8 +2841,8 @@
" -q, --quiet do not write issues to STDOUT",
" -r, --rules [file|directory|glob|package] include custom rule files (default: [])",
" -s, --stdin read from STDIN (does not work with files)",
" --enable [rules...] Enable certain rules, e.g. --enable MD013 MD041",
" --disable [rules...] Disable certain rules, e.g. --disable MD013 MD041",
" --enable [rules...] Enable certain rules, e.g. --enable MD013 MD041 --",
" --disable [rules...] Disable certain rules, e.g. --disable MD013 MD041 --",
" -h, --help display help for command"
],
"misspell": [
Expand Down
10 changes: 5 additions & 5 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"actionlint": "1.6.15",
"actionlint": "1.6.16",
"ansible-lint": "6.0.2",
"arm-ttk": "0.0.0",
"bandit": "1.7.4",
"bash-exec": "5.1.16",
"black": "22.6.0",
"cfn-lint": "0.61.5",
"cfn-lint": "0.62.0",
"checkmake": "0.2.1",
"checkov": "2.1.137",
"checkstyle": "10.3.2",
"chktex": "1.7.6",
"clippy": "0.1.63",
"clj-kondo": "2022.08.03",
"coffeelint": "5.2.9",
"cpplint": "1.6.0",
"cpplint": "1.6.1",
"cspell": "6.7.0",
"dartanalyzer": "0.0.0",
"devskim": "0.6.9",
Expand All @@ -38,14 +38,14 @@
"jscpd": "3.3.26",
"jsonlint": "11.6.0",
"kics": "1.5.14",
"ktlint": "0.46.1",
"ktlint": "0.47.0",
"kubeconform": "0.4.12",
"kubeval": "0.16.1",
"lintr": "0.0.0",
"luacheck": "0.26.1",
"markdown-link-check": "3.10.2",
"markdown-table-formatter": "1.4.0",
"markdownlint": "0.32.1",
"markdownlint": "0.32.2",
"misspell": "0.3.4",
"mypy": "0.971",
"npm-groovy-lint": "10.1.0",
Expand Down
Loading

0 comments on commit 14a2e41

Please sign in to comment.