Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#2522)
Browse files Browse the repository at this point in the history
* [automation] Auto-update linters version, help and documentation

* [MegaLinter] Apply linters fixes

---------

Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
  • Loading branch information
nvuillam and nvuillam authored Apr 3, 2023
1 parent 59667de commit 16269cb
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 40 deletions.
64 changes: 32 additions & 32 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1397,8 +1397,8 @@
2882930
],
[
"2023-04-03T11:30:27",
2884365
"2023-04-03T13:32:04",
2884735
]
],
"ci_light": [
Expand Down Expand Up @@ -2799,8 +2799,8 @@
56142
],
[
"2023-04-03T11:30:27",
56302
"2023-04-03T13:32:04",
56337
]
],
"cupcake": [
Expand Down Expand Up @@ -3181,8 +3181,8 @@
7111
],
[
"2023-04-03T11:30:27",
7183
"2023-04-03T13:32:04",
7196
]
],
"dart": [
Expand Down Expand Up @@ -5493,8 +5493,8 @@
135531
],
[
"2023-04-03T11:30:27",
135805
"2023-04-03T13:32:04",
135861
]
],
"dotnet": [
Expand Down Expand Up @@ -6895,8 +6895,8 @@
369088
],
[
"2023-04-03T11:30:27",
369279
"2023-04-03T13:32:04",
369334
]
],
"go": [
Expand Down Expand Up @@ -8297,8 +8297,8 @@
18431
],
[
"2023-04-03T11:30:27",
18480
"2023-04-03T13:32:04",
18491
]
],
"java": [
Expand Down Expand Up @@ -9699,8 +9699,8 @@
114806
],
[
"2023-04-03T11:30:27",
114903
"2023-04-03T13:32:04",
114931
]
],
"javascript": [
Expand Down Expand Up @@ -11101,8 +11101,8 @@
236975
],
[
"2023-04-03T11:30:27",
237754
"2023-04-03T13:32:04",
237906
]
],
"php": [
Expand Down Expand Up @@ -12503,8 +12503,8 @@
48030
],
[
"2023-04-03T11:30:27",
48040
"2023-04-03T13:32:04",
48044
]
],
"python": [
Expand Down Expand Up @@ -13905,8 +13905,8 @@
184448
],
[
"2023-04-03T11:30:27",
184800
"2023-04-03T13:32:04",
184886
]
],
"ruby": [
Expand Down Expand Up @@ -15303,8 +15303,8 @@
3319
],
[
"2023-04-03T11:30:27",
3332
"2023-04-03T13:32:04",
3334
]
],
"rust": [
Expand Down Expand Up @@ -16701,8 +16701,8 @@
5100
],
[
"2023-04-03T11:30:27",
5112
"2023-04-03T13:32:04",
5115
]
],
"salesforce": [
Expand Down Expand Up @@ -18103,8 +18103,8 @@
17991
],
[
"2023-04-03T11:30:27",
18017
"2023-04-03T13:32:04",
18020
]
],
"scala": [
Expand Down Expand Up @@ -19503,8 +19503,8 @@
6915
],
[
"2023-04-03T11:30:27",
6987
"2023-04-03T13:32:04",
7016
]
],
"swift": [
Expand Down Expand Up @@ -20901,8 +20901,8 @@
3453
],
[
"2023-04-03T11:30:27",
3464
"2023-04-03T13:32:04",
3466
]
],
"terraform": [
Expand Down Expand Up @@ -22303,8 +22303,8 @@
210149
],
[
"2023-04-03T11:30:27",
210536
"2023-04-03T13:32:04",
210620
]
]
}
2 changes: 1 addition & 1 deletion .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"protolint": "0.43.1",
"psalm": "Psalm.5.9.0@",
"puppet-lint": "3.3.0",
"pylint": "2.17.1",
"pylint": "2.17.2",
"pyright": "1.1.301",
"raku": "2020.10",
"remark-lint": "14.0.2",
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [checkov](https://www.checkov.io/) from 2.3.145 to **2.3.148** on 2023-04-03
- [rubocop](https://rubocop.org/) from 1.48.1 to **1.49.0** on 2023-04-03
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 6.14.3 to **6.14.4** on 2023-04-03
- [pylint](https://pylint.pycqa.org) from 2.17.1 to **2.17.2** on 2023-04-03
<!-- linter-versions-end -->

## [v6.22.1] - 2023-04-02
Expand Down
2 changes: 1 addition & 1 deletion docs/all_linters.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
| [**protolint**](https://github.com/yoheimuta/protolint){target=_blank} | 0.43.1 | <!-- --> | [![GitHub stars](https://img.shields.io/github/stars/yoheimuta/protolint?cacheSeconds=3600)](https://github.com/yoheimuta/protolint){target=_blank} | [PROTOBUF](descriptors/protobuf_protolint.md) | :white_circle: | [Repository](https://github.com/yoheimuta/protolint){target=_blank} |
| [**psalm**](https://github.com/vimeo/psalm){target=_blank} | Psalm.5.9.0@ | [MIT](licenses/psalm.md) | [![GitHub stars](https://img.shields.io/github/stars/vimeo/psalm?cacheSeconds=3600)](https://github.com/vimeo/psalm){target=_blank} | [PHP](descriptors/php_psalm.md) | :white_circle: | [Repository](https://github.com/vimeo/psalm){target=_blank} |
| [**puppet-lint**](https://github.com/rodjek/puppet-lint){target=_blank} | 3.3.0 | [MIT](licenses/puppet-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/rodjek/puppet-lint?cacheSeconds=3600)](https://github.com/rodjek/puppet-lint){target=_blank} | [PUPPET](descriptors/puppet_puppet_lint.md) | :white_circle: | [Repository](https://github.com/rodjek/puppet-lint){target=_blank} |
| [**pylint**](https://github.com/PyCQA/pylint){target=_blank} | 2.17.1 | [GPL-2.0](licenses/pylint.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/pylint?cacheSeconds=3600)](https://github.com/PyCQA/pylint){target=_blank} | [PYTHON](descriptors/python_pylint.md) | :white_circle: | [Repository](https://github.com/PyCQA/pylint){target=_blank} |
| [**pylint**](https://github.com/PyCQA/pylint){target=_blank} | 2.17.2 | [GPL-2.0](licenses/pylint.md) | [![GitHub stars](https://img.shields.io/github/stars/PyCQA/pylint?cacheSeconds=3600)](https://github.com/PyCQA/pylint){target=_blank} | [PYTHON](descriptors/python_pylint.md) | :white_circle: | [Repository](https://github.com/PyCQA/pylint){target=_blank} |
| [**pyright**](https://github.com/microsoft/pyright){target=_blank} | 1.1.301 | <!-- --> | [![GitHub stars](https://img.shields.io/github/stars/microsoft/pyright?cacheSeconds=3600)](https://github.com/microsoft/pyright){target=_blank} | [PYTHON](descriptors/python_pyright.md) | :white_circle: | [Repository](https://github.com/microsoft/pyright){target=_blank} |
| [**raku**](https://github.com/rakudo/rakudo){target=_blank} | 2020.10 | [Artistic-2.0](licenses/raku.md) | [![GitHub stars](https://img.shields.io/github/stars/rakudo/rakudo?cacheSeconds=3600)](https://github.com/rakudo/rakudo){target=_blank} | [RAKU](descriptors/raku_raku.md) | :white_circle: | [Repository](https://github.com/rakudo/rakudo){target=_blank} |
| [**remark-lint**](https://github.com/remarkjs/remark-lint){target=_blank} | 14.0.2 | [MIT](licenses/remark-lint.md) | [![GitHub stars](https://img.shields.io/github/stars/remarkjs/remark-lint?cacheSeconds=3600)](https://github.com/remarkjs/remark-lint){target=_blank} | [MARKDOWN](descriptors/markdown_remark_lint.md) | :white_circle: | [Repository](https://github.com/remarkjs/remark-lint){target=_blank} |
Expand Down
2 changes: 1 addition & 1 deletion docs/descriptors/python_pylint.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: How to use pylint (configure, ignore files, ignore errors, help & v

## pylint documentation

- Version in MegaLinter: **2.17.1**
- Version in MegaLinter: **2.17.2**
- Visit [Official Web Site](https://pylint.pycqa.org){target=_blank}
- See [How to configure pylint rules](https://pylint.pycqa.org/en/latest/user_guide/configuration/index.html){target=_blank}
- If custom `.pylintrc` config file is not found, [.pylintrc](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.pylintrc){target=_blank} will be used
Expand Down
10 changes: 5 additions & 5 deletions docs/used-by-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
[![](https://img.shields.io/static/v1?label=Used%20by&message=2182&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=1454&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=728&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=55930&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
[![](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=55936&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)

| Repository | Stars |
|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:|
| [nektos/act](https://github.com/nektos/act) | 36883 |
| [nektos/act](https://github.com/nektos/act) | 36888 |
| [PRQL/prql](https://github.com/PRQL/prql) | 6992 |
| [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2381 |
| [PowerDNS-Admin/PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 1954 |
| [PowerDNS-Admin/PowerDNS-Admin](https://github.com/PowerDNS-Admin/PowerDNS-Admin) | 1955 |
| [IlanCosman/tide](https://github.com/IlanCosman/tide) | 1880 |
| [dorssel/usbipd-win](https://github.com/dorssel/usbipd-win) | 1848 |
| [microsoft/code-with-engineering-playbook](https://github.com/microsoft/code-with-engineering-playbook) | 1619 |
Expand Down Expand Up @@ -102,9 +102,9 @@
| [ahmadnassri/node-nightwatch-accessibility](https://github.com/ahmadnassri/node-nightwatch-accessibility) | 18 |
| [practicalli/clojurescript](https://github.com/practicalli/clojurescript) | 17 |
| [ishioni/homelab-ops](https://github.com/ishioni/homelab-ops) | 17 |
| [nvuillam/github-dependents-info](https://github.com/nvuillam/github-dependents-info) | 17 |
| [ci-monk/loli](https://github.com/ci-monk/loli) | 16 |
| [Programming-Simplified-Community/Social-Coder](https://github.com/Programming-Simplified-Community/Social-Coder) | 16 |
| [nvuillam/github-dependents-info](https://github.com/nvuillam/github-dependents-info) | 16 |
| [ministryofjustice/modernisation-platform-environments](https://github.com/ministryofjustice/modernisation-platform-environments) | 16 |
| [unixorn/jira-commands](https://github.com/unixorn/jira-commands) | 15 |
| [svt/open-source-project-template](https://github.com/svt/open-source-project-template) | 15 |
Expand All @@ -115,14 +115,14 @@
| [dochang/mb-url](https://github.com/dochang/mb-url) | 14 |
| [ahmadnassri/node-april-fools](https://github.com/ahmadnassri/node-april-fools) | 14 |
| [gmoon/s3proxy](https://github.com/gmoon/s3proxy) | 13 |
| [GSA/site-scanning-engine](https://github.com/GSA/site-scanning-engine) | 13 |
| [axeII/home-ops](https://github.com/axeII/home-ops) | 13 |
| [tvories/k8s-gitops](https://github.com/tvories/k8s-gitops) | 13 |
| [Marx2/homelab](https://github.com/Marx2/homelab) | 13 |
| [jokay/docker-ccu-historian](https://github.com/jokay/docker-ccu-historian) | 13 |
| [leosuncin/nest-api-example](https://github.com/leosuncin/nest-api-example) | 13 |
| [nvuillam/markdown-table-formatter](https://github.com/nvuillam/markdown-table-formatter) | 12 |
| [svt/media-analyzer](https://github.com/svt/media-analyzer) | 12 |
| [GSA/site-scanning-engine](https://github.com/GSA/site-scanning-engine) | 12 |
| [rafaribe/home-ops](https://github.com/rafaribe/home-ops) | 12 |
| [mchestr/home-cluster](https://github.com/mchestr/home-cluster) | 12 |
| [tyriis/home-ops](https://github.com/tyriis/home-ops) | 12 |
Expand Down

0 comments on commit 16269cb

Please sign in to comment.