Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3418)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Mar 11, 2024
1 parent b4984b9 commit 6ab113d
Show file tree
Hide file tree
Showing 21 changed files with 21,192 additions and 21,188 deletions.
52 changes: 26 additions & 26 deletions .automation/generated/linter-helps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"black": "24.2.0",
"cfn-lint": "0.86.0",
"checkmake": "0.2.0",
"checkov": "3.2.34",
"checkstyle": "10.14.0",
"checkov": "3.2.35",
"checkstyle": "10.14.1",
"chktex": "1.7.8",
"clang-format": "17.0.5",
"clippy": "0.1.76",
Expand Down Expand Up @@ -52,7 +52,7 @@
"lintr": "0.0.0",
"luacheck": "1.1.2",
"lychee": "0.14.3",
"markdown-link-check": "3.12.0",
"markdown-link-check": "3.12.1",
"markdown-table-formatter": "1.5.0",
"markdownlint": "0.39.0",
"misspell": "0.3.4",
Expand Down Expand Up @@ -81,7 +81,7 @@
"rst-lint": "1.4.0",
"rstcheck": "6.2.0",
"rstfmt": "0.0.14",
"rubocop": "1.62.0",
"rubocop": "1.62.1",
"ruff": "0.3.2",
"scalafix": "0.12.0",
"scss-lint": "0.60.0",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l

- Linter versions upgrades
- [markdown-link-check](https://github.com/tcort/markdown-link-check) from 3.11.2 to **3.12.0** on 2024-03-10
- [checkstyle](https://checkstyle.org/) from 10.14.0 to **10.14.1** on 2024-03-11
- [markdown-link-check](https://github.com/tcort/markdown-link-check) from 3.12.0 to **3.12.1** on 2024-03-11
- [checkov](https://www.checkov.io/) from 3.2.34 to **3.2.35** on 2024-03-11
- [rubocop](https://rubocop.org/) from 1.62.0 to **1.62.1** on 2024-03-11
<!-- linter-versions-end -->

## [v7.10.0] - 2024-03-10
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
[![MegaLinter](https://github.com/oxsecurity/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/oxsecurity/megalinter/actions?query=workflow%3AMegaLinter+branch%3Amain)
[![codecov](https://codecov.io/gh/oxsecurity/megalinter/branch/main/graph/badge.svg)](https://codecov.io/gh/oxsecurity/megalinter)
<!-- gh-dependents-info-used-by-start -->
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2385&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2382&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
[![Secured with Trivy](https://img.shields.io/badge/Trivy-secured-green?logo=docker)](https://github.com/aquasecurity/trivy)
[![GitHub contributors](https://img.shields.io/github/contributors/oxsecurity/megalinter.svg)](https://github.com/oxsecurity/megalinter/graphs/contributors/)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/nvuillam)](https://github.com/sponsors/nvuillam)
Expand Down
Loading

0 comments on commit 6ab113d

Please sign in to comment.