Skip to content

Commit 4e5e55a

Browse files
authored
Fndng (#5022)
* Fndng * cspell * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <[email protected]>
1 parent 1463330 commit 4e5e55a

8 files changed

+27
-24
lines changed

.cspell.json

+3
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@
717717
"datasource",
718718
"dateformat",
719719
"davidjeddy",
720+
"dclint",
720721
"dearmor",
721722
"debugent",
722723
"debuglog",
@@ -1566,6 +1567,7 @@
15661567
"xmlwriter",
15671568
"xrange",
15681569
"xtest",
1570+
"yxtay",
15691571
"yamllint",
15701572
"yann",
15711573
"yannh",
@@ -1574,6 +1576,7 @@
15741576
"yargs",
15751577
"yoheimuta",
15761578
"yosay",
1579+
"yxtay",
15771580
"zaach",
15781581
"zricethezav"
15791582
]

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These are supported funding model platforms
22

3-
github: [nvuillam, echoix]
3+
github: [nvuillam, echoix, bdovaz]

CHANGELOG.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -36,44 +36,44 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
3636
## [v8.5.0] - 2024-03-23
3737

3838
- Core
39-
- Addition of warnings to reporters and logic changes to surface warnings even when there are no errors. Addition of `cli_lint_warning_count` / `cli_lint_warning_regex` variables to the JSON schema. [#4476](https://github.com/oxsecurity/megalinter/issues/4476), by @bdovaz in https://github.com/oxsecurity/megalinter/pull/4556
39+
- Addition of warnings to reporters and logic changes to surface warnings even when there are no errors. Addition of `cli_lint_warning_count` / `cli_lint_warning_regex` variables to the JSON schema. [#4476](https://github.com/oxsecurity/megalinter/issues/4476), by @bdovaz in <https://github.com/oxsecurity/megalinter/pull/4556>
4040

4141
- Linters enhancements
42-
- [kubescape](https://megalinter.io/latest/descriptors/kubernetes_kubescape/) Remove downgraded_version from kubescape, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/4712
43-
- [npm-groovy-lint](https://megalinter.io/latest/descriptors/groovy_npm_groovy_lint/): Undowngrade npm-groovy-lint as there is a new release with issue fixed by @nvuillam in https://github.com/oxsecurity/megalinter/pull/4834
42+
- [kubescape](https://megalinter.io/latest/descriptors/kubernetes_kubescape/) Remove downgraded_version from kubescape, by @bdovaz in <https://github.com/oxsecurity/megalinter/pull/4712>
43+
- [npm-groovy-lint](https://megalinter.io/latest/descriptors/groovy_npm_groovy_lint/): Undowngrade npm-groovy-lint as there is a new release with issue fixed by @nvuillam in <https://github.com/oxsecurity/megalinter/pull/4834>
4444
- [syft](https://megalinter.io/latest/descriptors/repository_syft/): Add SBOM file by default in report folder + remove useless debug statement
4545
- [trivy-sbom](https://megalinter.io/latest/descriptors/repository_trivy_sbom/): Add SBOM file by default in report folder + remove useless debug statement
4646

4747
- Fixes
4848
- Use npm to install pyright
4949
- Undowngrade npm-groovy-lint as there is a new release with issue fix
5050
- [jscpd](https://megalinter.io/latest/descriptors/copypaste_jscpd/): remove forced `--exitCode 1` to fix <https://github.com/oxsecurity/megalinter/issues/4631>
51-
- Use --with-all-dependencies to install phpcs-fixer, by @nvuillam in https://github.com/oxsecurity/megalinter/pull/4672
52-
- Remove Composer config PHP 8.3 compatibily platform for PSALM 6.0, by @llaville in https://github.com/oxsecurity/megalinter/pull/4930
53-
- Fix lychee upgrade issue (lycheeignore upgrade), by @wesley-dean in https://github.com/oxsecurity/megalinter/pull/4964
51+
- Use --with-all-dependencies to install phpcs-fixer, by @nvuillam in <https://github.com/oxsecurity/megalinter/pull/4672>
52+
- Remove Composer config PHP 8.3 compatibility platform for PSALM 6.0, by @llaville in <https://github.com/oxsecurity/megalinter/pull/4930>
53+
- Fix lychee upgrade issue (lycheeignore upgrade), by @wesley-dean in <https://github.com/oxsecurity/megalinter/pull/4964>
5454

5555
- Doc
5656
- Remove reference to R2DevOps jobs as it has been discontinued (see [#4678](https://github.com/oxsecurity/megalinter/issues/4678))
5757
- Improve contributing doc by adding reference to `source .venv/Scripts/activate` on Windows
58-
- Better apk package url, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/4707
59-
- Better package version docs, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/4721
60-
- Correct default SARIF_REPORTER_FILE_NAME, by @yxtay in https://github.com/oxsecurity/megalinter/pull/4783
61-
- Use github private email for megalinter-bot, by @yxtay in https://github.com/oxsecurity/megalinter/pull/4786
62-
- Update plugins.md to add raw link to JSON schema, by @wesley-dean in https://github.com/oxsecurity/megalinter/pull/4932
58+
- Better apk package url, by @bdovaz in <https://github.com/oxsecurity/megalinter/pull/4707>
59+
- Better package version docs, by @bdovaz in <https://github.com/oxsecurity/megalinter/pull/4721>
60+
- Correct default SARIF_REPORTER_FILE_NAME, by @yxtay in <https://github.com/oxsecurity/megalinter/pull/4783>
61+
- Use github private email for megalinter-bot, by @yxtay in <https://github.com/oxsecurity/megalinter/pull/4786>
62+
- Update plugins.md to add raw link to JSON schema, by @wesley-dean in <https://github.com/oxsecurity/megalinter/pull/4932>
6363

6464
- Flavors
6565
- Add [syft](https://megalinter.io/latest/descriptors/repository_syft/) in all flavors
6666

6767
- CI
68-
- Update **.devcontainer** configuration, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/4843
69-
- Configure Renovate for gem, cargo, pip and npm dependencies, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/4673
70-
- Configure Renovate for composer dependencies, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/4916
71-
- Use packagist data source, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/4922
72-
- Bring back codecov, by @nvuillam in https://github.com/oxsecurity/megalinter/pull/4836
68+
- Update **.devcontainer** configuration, by @bdovaz in <https://github.com/oxsecurity/megalinter/pull/4843>
69+
- Configure Renovate for gem, cargo, pip and npm dependencies, by @bdovaz in <https://github.com/oxsecurity/megalinter/pull/4673>
70+
- Configure Renovate for composer dependencies, by @bdovaz in <https://github.com/oxsecurity/megalinter/pull/4916>
71+
- Use packagist data source, by @bdovaz in <https://github.com/oxsecurity/megalinter/pull/4922>
72+
- Bring back codecov, by @nvuillam in <https://github.com/oxsecurity/megalinter/pull/4836>
7373

7474
- Plugins
75-
- Add docker-compose-linter (dclint) to plugins list, by @wesley-dean in https://github.com/oxsecurity/megalinter/pull/4962
76-
- Add repolinter to the list of plugins, by @wesley-dean in https://github.com/oxsecurity/megalinter/pull/4972
75+
- Add docker-compose-linter (dclint) to plugins list, by @wesley-dean in <https://github.com/oxsecurity/megalinter/pull/4962>
76+
- Add repolinter to the list of plugins, by @wesley-dean in <https://github.com/oxsecurity/megalinter/pull/4972>
7777

7878
- Linter versions upgrades (55)
7979
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 25.1.1 to **25.1.3**

docs/descriptors/json_eslint_plugin_jsonc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: How to use eslint-plugin-jsonc (configure, ignore files, ignore err
1515

1616
_This linter has been disabled in this version_
1717

18-
_Disabled reason: Bug in eslint-plugin-jsonc: https://github.com/ota-meshi/eslint-plugin-jsonc/issues/328_
18+
_Disabled reason: Bug in eslint-plugin-jsonc: <https://github.com/ota-meshi/eslint-plugin-jsonc/issues/328>_
1919

2020
**eslint-plugin-jsonc** uses eslint to lint [**json**](https://www.json.org/), [**jsonc**](https://github.com/microsoft/node-jsonc-parser) and [**json5**](https://json5.org/) (extended JSON with comments & more).
2121

docs/descriptors/makefile_checkmake.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: How to use checkmake (configure, ignore files, ignore errors, help
99

1010
_This linter has been disabled in this version_
1111

12-
_Disabled reason: Security issues: https://github.com/mrtazz/checkmake/issues/99_
12+
_Disabled reason: Security issues: <https://github.com/mrtazz/checkmake/issues/99>_
1313

1414
## checkmake documentation
1515

docs/descriptors/markdown_remark_lint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: How to use remark-lint (configure, ignore files, ignore errors, hel
99

1010
_This linter has been disabled in this version_
1111

12-
_Disabled reason: Bug in remark-lint: https://github.com/remarkjs/remark-lint/issues/322_
12+
_Disabled reason: Bug in remark-lint: <https://github.com/remarkjs/remark-lint/issues/322>_
1313

1414
## remark-lint documentation
1515

docs/descriptors/snakemake_snakemake.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: How to use snakemake (configure, ignore files, ignore errors, help
1515

1616
_This linter has been disabled in this version_
1717

18-
_Disabled reason: Dependency datrie not maintained, and issue open in snakemake repo since july - https://github.com/snakemake/snakemake/issues/2970_
18+
_Disabled reason: Dependency datrie not maintained, and issue open in snakemake repo since july - <https://github.com/snakemake/snakemake/issues/2970>_
1919

2020
## snakemake documentation
2121

docs/descriptors/xml_xmllint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To apply file formatting you must set `XML_XMLLINT_CLI_LINT_MODE: file` and `XML
2525
| Variable | Description | Default value |
2626
|-----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------|
2727
| XML_XMLLINT_AUTOFORMAT | If set to `true`, it will reformat and reindent the output | `false` |
28-
| XML_XMLLINT_INDENT | The number of indentation spaces when `XML_XMLLINT_AUTOFORMAT` is `true` | ` ` |
28+
| XML_XMLLINT_INDENT | The number of indentation spaces when `XML_XMLLINT_AUTOFORMAT` is `true` | `` |
2929
| XML_XMLLINT_ARGUMENTS | User custom arguments to add in linter CLI call<br/>Ex: `-s --foo "bar"` | |
3030
| XML_XMLLINT_COMMAND_REMOVE_ARGUMENTS | User custom arguments to remove from command line before calling the linter<br/>Ex: `-s --foo "bar"` | |
3131
| XML_XMLLINT_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `(src\|lib)` | Include every file |

0 commit comments

Comments
 (0)