Skip to content

Commit 5c48663

Browse files
nvuillambdovaz
authored andcommitted
[MegaLinter] Apply linters fixes
1 parent b4ad315 commit 5c48663

Some content is hidden

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

55 files changed

+381
-381
lines changed

docs/descriptors/action.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description: actionlint is available to analyze ACTION files in MegaLinter
99

1010
## Linters
1111

12-
| Linter | Additional |
13-
| ------ | ---------- |
12+
| Linter | Additional |
13+
|----------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
1414
| [**actionlint**](action_actionlint.md)<br/>[_ACTION_ACTIONLINT_](action_actionlint.md) | [![GitHub stars](https://img.shields.io/github/stars/rhysd/actionlint?cacheSeconds=3600)](https://github.com/rhysd/actionlint) |
1515

1616
## Linted files
@@ -21,8 +21,8 @@ description: actionlint is available to analyze ACTION files in MegaLinter
2121

2222
## Configuration in MegaLinter
2323

24-
| Variable | Description | Default value |
25-
| ----------------- | -------------- | -------------- |
26-
| ACTION_FILTER_REGEX_INCLUDE | Custom regex including filter | |
27-
| ACTION_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
24+
| Variable | Description | Default value |
25+
|-----------------------------|-------------------------------|---------------|
26+
| ACTION_FILTER_REGEX_INCLUDE | Custom regex including filter | |
27+
| ACTION_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
2828

docs/descriptors/ansible.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description: ansible-lint is available to analyze ANSIBLE files in MegaLinter
99

1010
## Linters
1111

12-
| Linter | Additional |
13-
| ------ | ---------- |
12+
| Linter | Additional |
13+
|---------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1414
| [**ansible-lint**](ansible_ansible_lint.md)<br/>[_ANSIBLE_ANSIBLE_LINT_](ansible_ansible_lint.md) | [![GitHub stars](https://img.shields.io/github/stars/ansible/ansible-lint?cacheSeconds=3600)](https://github.com/ansible/ansible-lint) ![sarif](https://shields.io/badge/-SARIF-orange) |
1515

1616
## Linted files
@@ -21,8 +21,8 @@ description: ansible-lint is available to analyze ANSIBLE files in MegaLinter
2121

2222
## Configuration in MegaLinter
2323

24-
| Variable | Description | Default value |
25-
| ----------------- | -------------- | -------------- |
26-
| ANSIBLE_FILTER_REGEX_INCLUDE | Custom regex including filter | |
27-
| ANSIBLE_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
24+
| Variable | Description | Default value |
25+
|------------------------------|-------------------------------|---------------|
26+
| ANSIBLE_FILTER_REGEX_INCLUDE | Custom regex including filter | |
27+
| ANSIBLE_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
2828

docs/descriptors/arm.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description: arm-ttk is available to analyze ARM files in MegaLinter
99

1010
## Linters
1111

12-
| Linter | Additional |
13-
| ------ | ---------- |
12+
| Linter | Additional |
13+
|-------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
1414
| [**arm-ttk**](arm_arm_ttk.md)<br/>[_ARM_ARM_TTK_](arm_arm_ttk.md) | [![GitHub stars](https://img.shields.io/github/stars/Azure/arm-ttk?cacheSeconds=3600)](https://github.com/Azure/arm-ttk) |
1515

1616
## Linted files
@@ -23,10 +23,10 @@ description: arm-ttk is available to analyze ARM files in MegaLinter
2323

2424
## Configuration in MegaLinter
2525

26-
| Variable | Description | Default value |
27-
| ----------------- | -------------- | -------------- |
28-
| ARM_FILTER_REGEX_INCLUDE | Custom regex including filter | |
29-
| ARM_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
26+
| Variable | Description | Default value |
27+
|--------------------------|-------------------------------|---------------|
28+
| ARM_FILTER_REGEX_INCLUDE | Custom regex including filter | |
29+
| ARM_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
3030

3131

3232
## Behind the scenes

docs/descriptors/bash.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ description: bash-exec, shellcheck, shfmt are available to analyze BASH files in
99

1010
## Linters
1111

12-
| Linter | Additional |
13-
| ------ | ---------- |
14-
| [**bash-exec**](bash_bash_exec.md)<br/>[_BASH_EXEC_](bash_bash_exec.md) | |
12+
| Linter | Additional |
13+
|----------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
14+
| [**bash-exec**](bash_bash_exec.md)<br/>[_BASH_EXEC_](bash_bash_exec.md) | |
1515
| [**shellcheck**](bash_shellcheck.md)<br/>[_BASH_SHELLCHECK_](bash_shellcheck.md) | [![GitHub stars](https://img.shields.io/github/stars/koalaman/shellcheck?cacheSeconds=3600)](https://github.com/koalaman/shellcheck) ![sarif](https://shields.io/badge/-SARIF-orange) |
16-
| [**shfmt**](bash_shfmt.md)<br/>[_BASH_SHFMT_](bash_shfmt.md) | [![GitHub stars](https://img.shields.io/github/stars/mvdan/sh?cacheSeconds=3600)](https://github.com/mvdan/sh) ![formatter](https://shields.io/badge/-format-yellow) |
16+
| [**shfmt**](bash_shfmt.md)<br/>[_BASH_SHFMT_](bash_shfmt.md) | [![GitHub stars](https://img.shields.io/github/stars/mvdan/sh?cacheSeconds=3600)](https://github.com/mvdan/sh) ![formatter](https://shields.io/badge/-format-yellow) |
1717

1818
## Linted files
1919

@@ -25,10 +25,10 @@ description: bash-exec, shellcheck, shfmt are available to analyze BASH files in
2525

2626
## Configuration in MegaLinter
2727

28-
| Variable | Description | Default value |
29-
| ----------------- | -------------- | -------------- |
30-
| BASH_FILTER_REGEX_INCLUDE | Custom regex including filter | |
31-
| BASH_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
28+
| Variable | Description | Default value |
29+
|---------------------------|-------------------------------|---------------|
30+
| BASH_FILTER_REGEX_INCLUDE | Custom regex including filter | |
31+
| BASH_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
3232

3333

3434
## Behind the scenes

docs/descriptors/bicep.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ description: bicep_linter is available to analyze BICEP files in MegaLinter
99

1010
## Linters
1111

12-
| Linter | Additional |
13-
| ------ | ---------- |
12+
| Linter | Additional |
13+
|---------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|
1414
| [**bicep_linter**](bicep_bicep_linter.md)<br/>[_BICEP_BICEP_LINTER_](bicep_bicep_linter.md) | [![GitHub stars](https://img.shields.io/github/stars/Azure/bicep?cacheSeconds=3600)](https://github.com/Azure/bicep) |
1515

1616
## Linted files
1717

1818
## Configuration in MegaLinter
1919

20-
| Variable | Description | Default value |
21-
| ----------------- | -------------- | -------------- |
22-
| BICEP_FILTER_REGEX_INCLUDE | Custom regex including filter | |
23-
| BICEP_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
20+
| Variable | Description | Default value |
21+
|----------------------------|-------------------------------|---------------|
22+
| BICEP_FILTER_REGEX_INCLUDE | Custom regex including filter | |
23+
| BICEP_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
2424

docs/descriptors/c.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description: cpplint is available to analyze C files in MegaLinter
99

1010
## Linters
1111

12-
| Linter | Additional |
13-
| ------ | ---------- |
12+
| Linter | Additional |
13+
|-------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|
1414
| [**cpplint**](c_cpplint.md)<br/>[_C_CPPLINT_](c_cpplint.md) | [![GitHub stars](https://img.shields.io/github/stars/cpplint/cpplint?cacheSeconds=3600)](https://github.com/cpplint/cpplint) |
1515

1616
## Linted files
@@ -21,8 +21,8 @@ description: cpplint is available to analyze C files in MegaLinter
2121

2222
## Configuration in MegaLinter
2323

24-
| Variable | Description | Default value |
25-
| ----------------- | -------------- | -------------- |
26-
| C_FILTER_REGEX_INCLUDE | Custom regex including filter | |
27-
| C_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
24+
| Variable | Description | Default value |
25+
|------------------------|-------------------------------|---------------|
26+
| C_FILTER_REGEX_INCLUDE | Custom regex including filter | |
27+
| C_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
2828

docs/descriptors/cloudformation.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description: cfn-lint is available to analyze CLOUDFORMATION files in MegaLinter
99

1010
## Linters
1111

12-
| Linter | Additional |
13-
| ------ | ---------- |
12+
| Linter | Additional |
13+
|--------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1414
| [**cfn-lint**](cloudformation_cfn_lint.md)<br/>[_CLOUDFORMATION_CFN_LINT_](cloudformation_cfn_lint.md) | [![GitHub stars](https://img.shields.io/github/stars/aws-cloudformation/cfn-lint?cacheSeconds=3600)](https://github.com/aws-cloudformation/cfn-lint) ![sarif](https://shields.io/badge/-SARIF-orange) |
1515

1616
## Linted files
@@ -26,8 +26,8 @@ description: cfn-lint is available to analyze CLOUDFORMATION files in MegaLinter
2626

2727
## Configuration in MegaLinter
2828

29-
| Variable | Description | Default value |
30-
| ----------------- | -------------- | -------------- |
31-
| CLOUDFORMATION_FILTER_REGEX_INCLUDE | Custom regex including filter | |
32-
| CLOUDFORMATION_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
29+
| Variable | Description | Default value |
30+
|-------------------------------------|-------------------------------|---------------|
31+
| CLOUDFORMATION_FILTER_REGEX_INCLUDE | Custom regex including filter | |
32+
| CLOUDFORMATION_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
3333

docs/descriptors/coffee.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description: coffeelint is available to analyze COFFEE files in MegaLinter
99

1010
## Linters
1111

12-
| Linter | Additional |
13-
| ------ | ---------- |
12+
| Linter | Additional |
13+
|----------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
1414
| [**coffeelint**](coffee_coffeelint.md)<br/>[_COFFEE_COFFEELINT_](coffee_coffeelint.md) | [![GitHub stars](https://img.shields.io/github/stars/clutchski/coffeelint?cacheSeconds=3600)](https://github.com/clutchski/coffeelint) |
1515

1616
## Linted files
@@ -20,8 +20,8 @@ description: coffeelint is available to analyze COFFEE files in MegaLinter
2020

2121
## Configuration in MegaLinter
2222

23-
| Variable | Description | Default value |
24-
| ----------------- | -------------- | -------------- |
25-
| COFFEE_FILTER_REGEX_INCLUDE | Custom regex including filter | |
26-
| COFFEE_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
23+
| Variable | Description | Default value |
24+
|-----------------------------|-------------------------------|---------------|
25+
| COFFEE_FILTER_REGEX_INCLUDE | Custom regex including filter | |
26+
| COFFEE_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
2727

docs/descriptors/copypaste.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ description: jscpd is available to analyze COPYPASTE files in MegaLinter
99

1010
## Linters
1111

12-
| Linter | Additional |
13-
| ------ | ---------- |
12+
| Linter | Additional |
13+
|-----------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
1414
| [**jscpd**](copypaste_jscpd.md)<br/>[_COPYPASTE_JSCPD_](copypaste_jscpd.md) | [![GitHub stars](https://img.shields.io/github/stars/kucherenko/jscpd?cacheSeconds=3600)](https://github.com/kucherenko/jscpd) |
1515

1616
## Linted files
1717

1818
## Configuration in MegaLinter
1919

20-
| Variable | Description | Default value |
21-
| ----------------- | -------------- | -------------- |
22-
| COPYPASTE_FILTER_REGEX_INCLUDE | Custom regex including filter | |
23-
| COPYPASTE_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
20+
| Variable | Description | Default value |
21+
|--------------------------------|-------------------------------|---------------|
22+
| COPYPASTE_FILTER_REGEX_INCLUDE | Custom regex including filter | |
23+
| COPYPASTE_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
2424

docs/descriptors/cpp.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description: cpplint is available to analyze CPP files in MegaLinter
99

1010
## Linters
1111

12-
| Linter | Additional |
13-
| ------ | ---------- |
12+
| Linter | Additional |
13+
|-------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|
1414
| [**cpplint**](cpp_cpplint.md)<br/>[_CPP_CPPLINT_](cpp_cpplint.md) | [![GitHub stars](https://img.shields.io/github/stars/cpplint/cpplint?cacheSeconds=3600)](https://github.com/cpplint/cpplint) |
1515

1616
## Linted files
@@ -30,8 +30,8 @@ description: cpplint is available to analyze CPP files in MegaLinter
3030

3131
## Configuration in MegaLinter
3232

33-
| Variable | Description | Default value |
34-
| ----------------- | -------------- | -------------- |
35-
| CPP_FILTER_REGEX_INCLUDE | Custom regex including filter | |
36-
| CPP_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
33+
| Variable | Description | Default value |
34+
|--------------------------|-------------------------------|---------------|
35+
| CPP_FILTER_REGEX_INCLUDE | Custom regex including filter | |
36+
| CPP_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
3737

docs/descriptors/csharp.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ description: dotnet-format, csharpier are available to analyze CSHARP files in M
99

1010
## Linters
1111

12-
| Linter | Additional |
13-
| ------ | ---------- |
14-
| [**dotnet-format**](csharp_dotnet_format.md)<br/>[_CSHARP_DOTNET_FORMAT_](csharp_dotnet_format.md) | [![GitHub stars](https://img.shields.io/github/stars/dotnet/format?cacheSeconds=3600)](https://github.com/dotnet/format) ![formatter](https://shields.io/badge/-format-yellow) |
15-
| [**csharpier**](csharp_csharpier.md)<br/>[_CSHARP_CSHARPIER_](csharp_csharpier.md) | [![GitHub stars](https://img.shields.io/github/stars/belav/csharpier?cacheSeconds=3600)](https://github.com/belav/csharpier) ![formatter](https://shields.io/badge/-format-yellow) |
12+
| Linter | Additional |
13+
|----------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
14+
| [**dotnet-format**](csharp_dotnet_format.md)<br/>[_CSHARP_DOTNET_FORMAT_](csharp_dotnet_format.md) | [![GitHub stars](https://img.shields.io/github/stars/dotnet/format?cacheSeconds=3600)](https://github.com/dotnet/format) ![formatter](https://shields.io/badge/-format-yellow) |
15+
| [**csharpier**](csharp_csharpier.md)<br/>[_CSHARP_CSHARPIER_](csharp_csharpier.md) | [![GitHub stars](https://img.shields.io/github/stars/belav/csharpier?cacheSeconds=3600)](https://github.com/belav/csharpier) ![formatter](https://shields.io/badge/-format-yellow) |
1616

1717
## Linted files
1818

@@ -21,10 +21,10 @@ description: dotnet-format, csharpier are available to analyze CSHARP files in M
2121

2222
## Configuration in MegaLinter
2323

24-
| Variable | Description | Default value |
25-
| ----------------- | -------------- | -------------- |
26-
| CSHARP_FILTER_REGEX_INCLUDE | Custom regex including filter | |
27-
| CSHARP_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
24+
| Variable | Description | Default value |
25+
|-----------------------------|-------------------------------|---------------|
26+
| CSHARP_FILTER_REGEX_INCLUDE | Custom regex including filter | |
27+
| CSHARP_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
2828

2929

3030
## Behind the scenes

0 commit comments

Comments
 (0)