Skip to content

Commit e08c2b0

Browse files
committed
Release MegaLinter v8.8.0
1 parent 40a1f8c commit e08c2b0

File tree

173 files changed

+3063
-3110
lines changed

Some content is hidden

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

173 files changed

+3063
-3110
lines changed

.automation/generated/linter-licenses.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"rstcheck": "MIT",
8484
"rubocop": "MIT",
8585
"ruff": "MIT",
86+
"ruff-format": "MIT",
8687
"scalafix": "Other",
8788
"scss-lint": "MIT",
8889
"secretlint": "MIT",

.cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,7 @@
965965
"jobname",
966966
"jobscript",
967967
"joereynolds",
968+
"johndutchover",
968969
"jscoverage",
969970
"jscpd",
970971
"jsonfile",

CHANGELOG.md

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

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://oxsecurity/megalinter:v8.7.0"
10+
image: "docker://oxsecurity/megalinter:v8.8.0"
1111
args:
1212
- "-v"
1313
- "/var/run/docker.sock:/var/run/docker.sock:rw"

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.8.0/configuration/#activation-and-deactivation)
21+
- Disable arm-ttk by adding `ARM_ARM_TTK` in [DISABLE_LINTERS variable](https://megalinter.io/8.8.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 | 65 | ![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 | 74 | ![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.8.0/supported-linters/) | Default MegaLinter Flavor | 127 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter/v8.8.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.8.0/flavors/dotnet/) | Optimized for C, C++, C# or VB based projects | 65 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter-dotnet/v8.8.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.8.0/flavors/dotnetweb/) | Optimized for C, C++, C# or VB based projects with JS/TS | 74 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/oxsecurity/megalinter-dotnetweb/v8.8.0) ![Docker Pulls](https://img.shields.io/docker/pulls/oxsecurity/megalinter-dotnetweb) |
5858

5959
## Behind the scenes
6060

0 commit comments

Comments
 (0)