Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Mar 13, 2022
1 parent d07563a commit 778e900
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 11 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,10 @@
[
"2022-03-12T01:42:04",
2468521
],
[
"2022-03-13T01:42:30",
2468603
]
],
"ci_light": [
Expand Down Expand Up @@ -1273,6 +1277,10 @@
[
"2022-03-12T01:42:04",
8322
],
[
"2022-03-13T01:42:30",
8333
]
],
"dart": [
Expand Down Expand Up @@ -1911,6 +1919,10 @@
[
"2022-03-12T01:42:04",
2417
],
[
"2022-03-13T01:42:30",
2418
]
],
"documentation": [
Expand Down Expand Up @@ -2549,6 +2561,10 @@
[
"2022-03-12T01:42:04",
45034
],
[
"2022-03-13T01:42:30",
45062
]
],
"dotnet": [
Expand Down Expand Up @@ -3187,6 +3203,10 @@
[
"2022-03-12T01:42:04",
290485
],
[
"2022-03-13T01:42:30",
290490
]
],
"go": [
Expand Down Expand Up @@ -3825,6 +3845,10 @@
[
"2022-03-12T01:42:04",
8740
],
[
"2022-03-13T01:42:30",
8742
]
],
"java": [
Expand Down Expand Up @@ -4463,6 +4487,10 @@
[
"2022-03-12T01:42:04",
63831
],
[
"2022-03-13T01:42:30",
63898
]
],
"javascript": [
Expand Down Expand Up @@ -5101,6 +5129,10 @@
[
"2022-03-12T01:42:04",
96845
],
[
"2022-03-13T01:42:30",
96872
]
],
"php": [
Expand Down Expand Up @@ -5739,6 +5771,10 @@
[
"2022-03-12T01:42:04",
4534
],
[
"2022-03-13T01:42:30",
4536
]
],
"python": [
Expand Down Expand Up @@ -6377,6 +6413,10 @@
[
"2022-03-12T01:42:04",
64668
],
[
"2022-03-13T01:42:30",
64710
]
],
"ruby": [
Expand Down Expand Up @@ -7011,6 +7051,10 @@
[
"2022-03-12T01:42:04",
1929
],
[
"2022-03-13T01:42:30",
1929
]
],
"rust": [
Expand Down Expand Up @@ -7645,6 +7689,10 @@
[
"2022-03-12T01:42:04",
2529
],
[
"2022-03-13T01:42:30",
2554
]
],
"salesforce": [
Expand Down Expand Up @@ -8283,6 +8331,10 @@
[
"2022-03-12T01:42:04",
11321
],
[
"2022-03-13T01:42:30",
11326
]
],
"scala": [
Expand Down Expand Up @@ -8917,6 +8969,10 @@
[
"2022-03-12T01:42:04",
1460
],
[
"2022-03-13T01:42:30",
1460
]
],
"swift": [
Expand Down Expand Up @@ -9551,6 +9607,10 @@
[
"2022-03-12T01:42:04",
1501
],
[
"2022-03-13T01:42:30",
1501
]
],
"terraform": [
Expand Down Expand Up @@ -10189,6 +10249,10 @@
[
"2022-03-12T01:42:04",
44539
],
[
"2022-03-13T01:42:30",
44610
]
]
}
8 changes: 4 additions & 4 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (python, pypy, prun, time, timeit,",
" python3, capture). Useful for formatting",
" magics (time, python, pypy, prun, python3,",
" timeit, capture). Useful for formatting",
" cells with custom python magics.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
Expand Down Expand Up @@ -1510,8 +1510,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: ['E121', 'E704', 'E123', 'E126', 'W503',",
" 'E24', 'E226', 'W504'])",
" (Default: ['E24', 'E704', 'E126', 'E121', 'E226',",
" 'W503', 'W504', 'E123'])",
" --extend-ignore errors",
" Comma-separated list of errors and warnings to add to",
" the list of ignored ones. For example, ``--extend-",
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 @@ -13,7 +13,7 @@
"clj-kondo": "2022.02.09",
"coffeelint": "5.2.4",
"cpplint": "1.6.0",
"cspell": "5.18.5",
"cspell": "5.19.0",
"dartanalyzer": "0.0.0",
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.2.0",
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- [mypy](https://mypy.readthedocs.io/en/stable/) from 0.931 to **0.940** on 2022-03-12
- [checkov](https://www.checkov.io/) from 2.0.935 to **2.0.938** on 2022-03-12
- [xmllint](http://xmlsoft.org/xmllint.html) from 20912 to **20913** on 2022-03-12
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 5.18.5 to **5.19.0** on 2022-03-13
<!-- linter-versions-end -->

- New linter `kubeconform` to validate Kubernetes manifests with updated schemas
Expand Down
2 changes: 1 addition & 1 deletion docs/all_linters.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
| [**clj-kondo**](https://github.com/borkdude/clj-kondo){target=_blank} | 2022.02.09 | <!-- --> | [CLOJURE](descriptors/clojure_clj_kondo.md) | :heart: | [MegaLinter reference](https://github.com/borkdude/clj-kondo/blob/master/doc/ci-integration.md#github){target=_blank} |
| [**coffeelint**](https://github.com/clutchski/coffeelint){target=_blank} | 5.2.4 | [Other](licenses/coffeelint.md) | [COFFEE](descriptors/coffee_coffeelint.md) | :white_circle: | [Repository](https://github.com/clutchski/coffeelint){target=_blank} |
| [**cpplint**](https://github.com/cpplint/cpplint){target=_blank} | 1.6.0 | <!-- --> | [C](descriptors/c_cpplint.md)<br/> [CPP](descriptors/cpp_cpplint.md) | :white_circle: | [Web Site](https://github.com/cpplint/cpplint){target=_blank} |
| [**cspell**](https://github.com/streetsidesoftware/cspell){target=_blank} | 5.18.5 | [MIT](licenses/cspell.md) | [SPELL](descriptors/spell_cspell.md) | :heart: | [MegaLinter reference](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#mega-linter){target=_blank} |
| [**cspell**](https://github.com/streetsidesoftware/cspell){target=_blank} | 5.19.0 | [MIT](licenses/cspell.md) | [SPELL](descriptors/spell_cspell.md) | :heart: | [MegaLinter reference](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#mega-linter){target=_blank} |
| [**dartanalyzer**](https://github.com/dart-lang/sdk){target=_blank} | N/A | [BSD-3-Clause](licenses/dartanalyzer.md) | [DART](descriptors/dart_dartanalyzer.md) | :no_entry_sign: | [Repository](https://github.com/dart-lang/sdk){target=_blank} |
| [**dockerfilelint**](https://github.com/replicatedhq/dockerfilelint){target=_blank} | 1.8.0 | <!-- --> | [DOCKERFILE](descriptors/dockerfile_dockerfilelint.md) | :white_circle: | [Web Site](https://github.com/replicatedhq/dockerfilelint){target=_blank} |
| [**dotenv-linter**](https://github.com/dotenv-linter/dotenv-linter){target=_blank} | 3.2.0 | [MIT](licenses/dotenv-linter.md) | [ENV](descriptors/env_dotenv_linter.md) | :heart: | [MegaLinter reference](https://dotenv-linter.github.io/#/integrations/mega_linter){target=_blank} |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/python_black.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ Options:
input).
--python-cell-magics TEXT When processing Jupyter Notebooks, add the
given magic to the list of known python-
magics (python, pypy, prun, time, timeit,
python3, capture). Useful for formatting
magics (time, python, pypy, prun, python3,
timeit, capture). Useful for formatting
cells with custom python magics.
-S, --skip-string-normalization
Don't normalize string quotes or prefixes.
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/python_flake8.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ optional arguments:
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: ['E121', 'E704', 'E123', 'E126', 'W503',
'E24', 'E226', 'W504'])
(Default: ['E24', 'E704', 'E126', 'E121', 'E226',
'W503', 'W504', 'E123'])
--extend-ignore errors
Comma-separated list of errors and warnings to add to
the list of ignored ones. For example, ``--extend-
Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/spell_cspell.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Copy it at the root of your repository, read it, remove real spelling errors (af

## cspell documentation

- Version in MegaLinter: **5.18.5**
- Version in MegaLinter: **5.19.0**
- Visit [Official Web Site](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#readme){target=_blank}
- See [How to configure cspell rules](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#customization){target=_blank}
- See [How to disable cspell rules in files](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell#enable--disable-checking-sections-of-code){target=_blank}
Expand Down

0 comments on commit 778e900

Please sign in to comment.