Skip to content

Commit 04cf22b

Browse files
committed
Release MegaLinter v8.6.0
1 parent 08e1f53 commit 04cf22b

File tree

174 files changed

+3095
-3112
lines changed

Some content is hidden

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

174 files changed

+3095
-3112
lines changed

.cspell.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"cvega",
3434
"Earley",
3535
"FATA",
36+
"Foltz",
3637
"Hackitect's",
3738
"Jayllyz",
3839
"KNNXNNXO",
@@ -53,7 +54,9 @@
5354
"SOURCEREPOSITORYURI",
5455
"St\u00e9phane",
5556
"Suero",
57+
"Thorsten",
5658
"TOOMANYREQUESTS",
59+
"Unshallow",
5760
"Ywarn",
5861
"abefhkmnptuvx",
5962
"admiralawkbar",
@@ -152,6 +155,7 @@
152155
"os-tmpdir",
153156
"pacote",
154157
"paren",
158+
"parkerbxyz",
155159
"pbab",
156160
"pfiaux",
157161
"pify",

.github/workflows/versioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
actions-tagger:
3030
runs-on: windows-latest
3131
environment:
32-
name: release
32+
name: release-tag
3333
permissions: write-all
3434
steps:
3535
#############################

CHANGELOG.md

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

README.md

Lines changed: 48 additions & 47 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://oxsecurity/megalinter:v8.5.0"
10+
image: "docker://oxsecurity/megalinter:v8.6.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

docs/articles.md

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

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
@@ -17,8 +17,8 @@ description: How to use arm-ttk (configure, ignore files, ignore errors, help &
1717

1818
## Configuration in MegaLinter
1919

20-
- Enable arm-ttk by adding `ARM_ARM_TTK` in [ENABLE_LINTERS variable](https://megalinter.io/beta/configuration/#activation-and-deactivation)
21-
- Disable arm-ttk by adding `ARM_ARM_TTK` in [DISABLE_LINTERS variable](https://megalinter.io/beta/configuration/#activation-and-deactivation)
20+
- Enable arm-ttk by adding `ARM_ARM_TTK` in [ENABLE_LINTERS variable](https://megalinter.io/8.6.0/configuration/#activation-and-deactivation)
21+
- Disable arm-ttk by adding `ARM_ARM_TTK` in [DISABLE_LINTERS variable](https://megalinter.io/8.6.0/configuration/#activation-and-deactivation)
2222

2323
| Variable | Description | Default value |
2424
|-----------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------|
@@ -50,11 +50,11 @@ Use arm-ttk in your favorite IDE to catch errors before MegaLinter !
5050

5151
This linter is available in the following flavors
5252

53-
| <!-- --> | Flavor | Description | Embedded linters | Info |
54-
|:--------------------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------|:---------------------------------------------------------|:----------------:|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
55-
| <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 | 127 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter/beta) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter) |
56-
| <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) |
57-
| <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) |
53+
| <!-- --> | Flavor | Description | Embedded linters | Info |
54+
|:--------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------|:---------------------------------------------------------|:----------------:|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
55+
| <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/8.6.0/supported-linters/) | Default MegaLinter Flavor | 127 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter/v8.6.0) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter) |
56+
| <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/8.6.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/v8.6.0) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter-dotnet) |
57+
| <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/8.6.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/v8.6.0) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter-dotnetweb) |
5858

5959
## Behind the scenes
6060

0 commit comments

Comments
 (0)