Skip to content

Commit 55a59b2

Browse files
committed
Release MegaLinter v9.2.0
1 parent c94f8c8 commit 55a59b2

File tree

176 files changed

+3014
-3006
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+3014
-3006
lines changed

.automation/generated/linter-licenses.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"clippy": "Other",
1414
"clj-kondo": "EPL-1.0",
1515
"cljstyle": "EPL-1.0",
16+
"code-analyzer-apex": "BSD-3-Clause",
17+
"code-analyzer-aura": "BSD-3-Clause",
18+
"code-analyzer-lwc": "BSD-3-Clause",
1619
"coffeelint": "Other",
1720
"cpplint": "Other",
1821
"csharpier": "MIT",

README.md

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outputs:
77
description: "0 if no source file has been updated, 1 if source files has been updated"
88
runs:
99
using: "docker"
10-
image: "docker://ghcr.io/oxsecurity/megalinter:v9.1.0"
10+
image: "docker://ghcr.io/oxsecurity/megalinter:v9.2.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

docs/articles.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ description: List of all known articles, blog posts and videos that talk about M
1313

1414
| Article | Author |
1515
|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
16+
| [Looking for the best CI/CD Pipeline Linting Tool? Try MegaLinter!](https://medium.com/@SeasonedDeveloper/looking-for-the-best-ci-cd-pipeline-linting-tool-try-megalinter-d89c9eba850d){target=_blank} | [Seasoned Developer](https://medium.com/@SeasonedDeveloper){target=_blank} |
1617
| [Integrating MegaLinter to Automate Linting Across Multiple Codebases. A Technical Description](https://medium.com/datamindedbe/integrating-megalinter-to-automate-linting-across-multiple-codebases-a-technical-description-a200bb235b71){target=_blank} | [Thorsten Foltz](https://www.linkedin.com/in/thorstenfoltz/){target=_blank} |
1718
| [MegaLinter Performance Tuning for Maximum Efficiency](https://flexion.us/blog/megalinter-performance-tuning/){target=_blank} | [Wes Dean](https://github.com/wesley-dean){target=_blank} |
1819
| [10 MegaLinter Tips and Tricks Unlock its Full Potential](https://flexion.us/blog/megalinter-tips-and-tricks/){target=_blank} | [Wes Dean](https://github.com/wesley-dean){target=_blank} |
@@ -52,6 +53,10 @@ description: List of all known articles, blog posts and videos that talk about M
5253

5354
## Videos
5455

56+
- [(Brazilian) Qualidade e Segurança em Código com MegaLinter: automatizando análises em MAUI com GitHub Actions](https://www.youtube.com/watch?v=0JGusPYE4zc), by [Canal dotNET](https://www.youtube.com/@CanaldotNET)
57+
58+
<div style="text-align:center"><iframe width="560" height="315" src="https://www.youtube.com/embed/0JGusPYE4zc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
59+
5560
- [(Brazilian) MegaLinter: Como Automatizar a Qualidade do Código para Todas Plataformas](https://www.youtube.com/watch?v=YSdZ3atC2j4), by [Codando TV](https://www.youtube.com/@hackitectsplayground)
5661

5762
<div style="text-align:center"><iframe width="560" height="315" src="https://www.youtube.com/embed/YSdZ3atC2j4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>

docs/descriptors/action_actionlint.md

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

docs/descriptors/ansible_ansible_lint.md

Lines changed: 21 additions & 21 deletions
Large diffs are not rendered by default.

docs/descriptors/api_spectral.md

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

docs/descriptors/arm_arm_ttk.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ ARM TTK helps ensure your ARM templates are secure, maintainable, and follow Azu
3232

3333
## Configuration in MegaLinter
3434

35-
- Enable arm-ttk by adding `ARM_ARM_TTK` in [ENABLE_LINTERS variable](https://megalinter.io/beta/configuration/#activation-and-deactivation)
36-
- Disable arm-ttk by adding `ARM_ARM_TTK` in [DISABLE_LINTERS variable](https://megalinter.io/beta/configuration/#activation-and-deactivation)
35+
- Enable arm-ttk by adding `ARM_ARM_TTK` in [ENABLE_LINTERS variable](https://megalinter.io/9.2.0/configuration/#activation-and-deactivation)
36+
- Disable arm-ttk by adding `ARM_ARM_TTK` in [DISABLE_LINTERS variable](https://megalinter.io/9.2.0/configuration/#activation-and-deactivation)
3737

3838
| Variable | Description | Default value |
3939
|-----------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|
@@ -65,11 +65,11 @@ Use arm-ttk in your favorite IDE to catch errors before MegaLinter !
6565

6666
This linter is available in the following flavors
6767

68-
| <!-- --> | Flavor | Description | Embedded linters | Info |
69-
|:--------------------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------|:---------------------------------------------------------|:----------------:|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
70-
| <img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/images/mega-linter-square.png" alt="" height="32px" class="megalinter-icon"></a> | [all](https://megalinter.io/beta/supported-linters/) | Default MegaLinter Flavor | 130 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter/beta) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter) |
71-
| <img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/icons/dotnet.ico" alt="" height="32px" class="megalinter-icon"></a> | [dotnet](https://megalinter.io/beta/flavors/dotnet/) | Optimized for C, C++, C# or VB based projects | 64 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter-dotnet/beta) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter-dotnet) |
72-
| <img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/icons/dotnetweb.ico" alt="" height="32px" class="megalinter-icon"></a> | [dotnetweb](https://megalinter.io/beta/flavors/dotnetweb/) | Optimized for C, C++, C# or VB based projects with JS/TS | 73 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter-dotnetweb/beta) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter-dotnetweb) |
68+
| <!-- --> | Flavor | Description | Embedded linters | Info |
69+
|:--------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------|:---------------------------------------------------------|:----------------:|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
70+
| <img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/images/mega-linter-square.png" alt="" height="32px" class="megalinter-icon"></a> | [all](https://megalinter.io/9.2.0/supported-linters/) | Default MegaLinter Flavor | 130 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter/v9.2.0) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter) |
71+
| <img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/icons/dotnet.ico" alt="" height="32px" class="megalinter-icon"></a> | [dotnet](https://megalinter.io/9.2.0/flavors/dotnet/) | Optimized for C, C++, C# or VB based projects | 64 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter-dotnet/v9.2.0) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter-dotnet) |
72+
| <img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/icons/dotnetweb.ico" alt="" height="32px" class="megalinter-icon"></a> | [dotnetweb](https://megalinter.io/9.2.0/flavors/dotnetweb/) | Optimized for C, C++, C# or VB based projects with JS/TS | 73 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter-dotnetweb/v9.2.0) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter-dotnetweb) |
7373

7474
## Behind the scenes
7575

0 commit comments

Comments
 (0)