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 authored Feb 15, 2022
1 parent 3b6c1bb commit 6c0690a
Show file tree
Hide file tree
Showing 16 changed files with 13,008 additions and 12,939 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,10 @@
[
"2022-02-14T01:37:05",
2446523
],
[
"2022-02-15T19:25:41",
2448831
]
],
"ci_light": [
Expand Down Expand Up @@ -1145,6 +1149,10 @@
[
"2022-02-14T01:37:05",
7191
],
[
"2022-02-15T19:25:41",
7248
]
],
"dart": [
Expand Down Expand Up @@ -1719,6 +1727,10 @@
[
"2022-02-14T01:37:05",
2232
],
[
"2022-02-15T19:25:41",
2245
]
],
"documentation": [
Expand Down Expand Up @@ -2293,6 +2305,10 @@
[
"2022-02-14T01:37:05",
38700
],
[
"2022-02-15T19:25:41",
39504
]
],
"dotnet": [
Expand Down Expand Up @@ -2867,6 +2883,10 @@
[
"2022-02-14T01:37:05",
280841
],
[
"2022-02-15T19:25:41",
281798
]
],
"go": [
Expand Down Expand Up @@ -3441,6 +3461,10 @@
[
"2022-02-14T01:37:05",
7933
],
[
"2022-02-15T19:25:41",
8037
]
],
"java": [
Expand Down Expand Up @@ -4015,6 +4039,10 @@
[
"2022-02-14T01:37:05",
57609
],
[
"2022-02-15T19:25:41",
58476
]
],
"javascript": [
Expand Down Expand Up @@ -4589,6 +4617,10 @@
[
"2022-02-14T01:37:05",
87506
],
[
"2022-02-15T19:25:41",
88566
]
],
"php": [
Expand Down Expand Up @@ -5163,6 +5195,10 @@
[
"2022-02-14T01:37:05",
3980
],
[
"2022-02-15T19:25:41",
4040
]
],
"python": [
Expand Down Expand Up @@ -5737,6 +5773,10 @@
[
"2022-02-14T01:37:05",
57018
],
[
"2022-02-15T19:25:41",
57906
]
],
"ruby": [
Expand Down Expand Up @@ -6307,6 +6347,10 @@
[
"2022-02-14T01:37:05",
1861
],
[
"2022-02-15T19:25:41",
1863
]
],
"rust": [
Expand Down Expand Up @@ -6877,6 +6921,10 @@
[
"2022-02-14T01:37:05",
1591
],
[
"2022-02-15T19:25:41",
1593
]
],
"salesforce": [
Expand Down Expand Up @@ -7451,6 +7499,10 @@
[
"2022-02-14T01:37:05",
10501
],
[
"2022-02-15T19:25:41",
10563
]
],
"scala": [
Expand Down Expand Up @@ -8021,6 +8073,10 @@
[
"2022-02-14T01:37:05",
1441
],
[
"2022-02-15T19:25:41",
1443
]
],
"swift": [
Expand Down Expand Up @@ -8591,6 +8647,10 @@
[
"2022-02-14T01:37:05",
1481
],
[
"2022-02-15T19:25:41",
1483
]
],
"terraform": [
Expand Down Expand Up @@ -9165,6 +9225,10 @@
[
"2022-02-14T01:37:05",
37583
],
[
"2022-02-15T19:25:41",
38168
]
]
}
60 changes: 32 additions & 28 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (capture, timeit, pypy, prun, time,",
" python3, python). Useful for formatting",
" magics (capture, pypy, timeit, python3,",
" prun, time, python). Useful for formatting",
" cells with custom python magics.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
Expand Down Expand Up @@ -1414,8 +1414,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: ['E24', 'W504', 'W503', 'E126', 'E704',",
" 'E123', 'E226', 'E121'])",
" (Default: ['E126', 'E226', 'E704', 'W503', 'E24',",
" 'W504', 'E123', 'E121'])",
" --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 @@ -2154,33 +2154,37 @@
"output=my-custom-report.csv",
"Flags:",
"",
" -a, --android Turn on Android Kotlin Style Guide compatibility",
" --color Make output colorful",
" -a, --android Turn on Android Kotlin Style Guide compatibility",
" --color Make output colorful",
" --color-name=<colorName>",
" Customize the output color",
" --debug Turn on debug output",
" Customize the output color",
" --debug Turn on debug output",
" --trace Turn on trace output",
" --disabled_rules=<disabledRules>",
" Comma-separated list of rules to globally disable. To",
" disable standard ktlint rule-set use",
" --disabled_rules=standard",
" -F, --format Fix any deviations from the code style",
" --limit=<limit> Maximum number of errors to show (default: show all)",
" --relative Print files relative to the working directory (e.g.",
" dir/file.kt instead of /home/user/project/dir/file.kt)",
" --reporter=<reporters> A reporter to use (built-in: plain (default), plain?",
" group_by_file, json, sarif, checkstyle, html). To use",
" a third-party reporter specify a path to a JAR file",
" on the filesystem via ',artifact=' option. To",
" override reporter output, use ',output=' option.",
" -R, --ruleset=<rulesets> A path to a JAR file containing additional ruleset(s)",
" --stdin Read file from stdin",
" -v, --verbose Show error codes",
" Comma-separated list of rules to globally disable. To",
" disable standard ktlint rule-set use",
" --disabled_rules=standard",
" -F, --format Fix any deviations from the code style",
" --limit=<limit> Maximum number of errors to show (default: show all)",
" --relative Print files relative to the working directory (e.g. dir/file.",
" kt instead of /home/user/project/dir/file.kt)",
" --reporter=<reporters>",
" A reporter to use (built-in: plain (default), plain?",
" group_by_file, json, sarif, checkstyle, html). To use a",
" third-party reporter specify a path to a JAR file on the",
" filesystem via ',artifact=' option. To override reporter",
" output, use ',output=' option.",
" -R, --ruleset=<rulesetJarFiles>",
" A path to a JAR file containing additional ruleset(s)",
" --stdin Read file from stdin",
" -v, --verbose Show error codes",
" --editorconfig=<editorConfigPath>",
" Path to .editorconfig",
" --experimental Enabled experimental rules (ktlint-ruleset-experimental)",
" --baseline=<baseline> Defines a baseline file to check against",
" -h, --help Show this help message and exit.",
" -V, --version Print version information and exit.",
" Path to .editorconfig",
" --experimental Enabled experimental rules (ktlint-ruleset-experimental)",
" --baseline=<baseline>",
" Defines a baseline file to check against",
" -h, --help Show this help message and exit.",
" -V, --version Print version information and exit.",
"Commands:",
" installGitPreCommitHook, --install-git-pre-commit-hook Install git hook to",
" automatically check",
Expand Down
2 changes: 1 addition & 1 deletion .automation/generated/linter-licenses.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"actionlint": "MIT",
"ansible-lint": "MIT",
"ansible-lint": "GPL-3.0",
"bandit": "Apache-2.0",
"black": "MIT",
"checkov": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"bash-exec": "5.1.0",
"black": "22.1.0",
"cfn-lint": "0.58.0",
"checkov": "2.0.833",
"checkov": "2.0.851",
"checkstyle": "9.3",
"chktex": "1.7.6",
"clippy": "0.1.58",
"clj-kondo": "2022.01.15",
"coffeelint": "5.2.4",
"cpplint": "1.5.5",
"cspell": "5.18.4",
"cspell": "5.18.5",
"dartanalyzer": "0.0.0",
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.2.0",
Expand All @@ -32,7 +32,7 @@
"jscpd": "3.3.26",
"jsonlint": "1.6.3",
"kics": "1.5.1",
"ktlint": "0.43.2",
"ktlint": "0.44.0",
"kubeval": "0.16.1",
"lintr": "0.0.0",
"luacheck": "0.25.0",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- [checkov](https://www.checkov.io/) from 2.0.817 to **2.0.830** on 2022-02-13
- [terrascan](https://www.accurics.com/products/terrascan/) from 1.13.0 to **1.13.1** on 2022-02-13
- [checkov](https://www.checkov.io/) from 2.0.830 to **2.0.833** on 2022-02-14
- [ktlint](https://ktlint.github.io) from 0.43.2 to **0.44.0** on 2022-02-15
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 5.18.4 to **5.18.5** on 2022-02-15
- [checkov](https://www.checkov.io/) from 2.0.833 to **2.0.851** on 2022-02-15
<!-- linter-versions-end -->

## [v5.7.1] - 2022-02-02
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- mega-linter-title-end -->

![GitHub release](https://img.shields.io/github/v/release/megalinter/megalinter?sort=semver)
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-3.0M-blue)](https://megalinter.github.io/flavors/)
[![Docker Pulls](https://img.shields.io/badge/docker%20pulls-3.1M-blue)](https://megalinter.github.io/flavors/)
[![Downloads/week](https://img.shields.io/npm/dw/mega-linter-runner.svg)](https://npmjs.org/package/mega-linter-runner)
[![GitHub stars](https://img.shields.io/github/stars/megalinter/megalinter?cacheSeconds=3600)](https://github.com/megalinter/megalinter/stargazers/)
[![MegaLinter](https://github.com/megalinter/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/megalinter/megalinter/actions?query=workflow%3AMegaLinter+branch%3Amain)
Expand Down
Loading

0 comments on commit 6c0690a

Please sign in to comment.