Skip to content

Commit 01a9294

Browse files
nvuillammegalinter-bot
authored andcommitted
[MegaLinter] Apply linters fixes
1 parent 42dff65 commit 01a9294

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.automation/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"CSS_SCSSLINT", # Removed in v8
144144
"OPENAPI_SPECTRAL", # Removed in v8
145145
"SQL_SQL_LINT", # Removed in v8
146-
"MARKDOWN_MARKDOWN_LINK_CHECK" # Removed in v9
146+
"MARKDOWN_MARKDOWN_LINK_CHECK", # Removed in v9
147147
]
148148

149149
DESCRIPTORS_FOR_BUILD_CACHE = None

docs/descriptors/json_eslint_plugin_jsonc.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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/checkmake/checkmake/issues/99_
12+
_Disabled reason: Security issues: <https://github.com/checkmake/checkmake/issues/99>_
1313

1414
**checkmake** is a linter for Makefiles that helps enforce best practices and identify common issues in Makefile syntax and structure. It helps prevent common Makefile pitfalls and makes build processes more reliable and maintainable.
1515

docs/descriptors/markdown_remark_lint.md

Lines changed: 1 addition & 1 deletion
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** is a powerful plugin for the remark markdown processor that provides comprehensive linting and formatting capabilities for Markdown files. Built on the unified collective's remark ecosystem, it offers extensive rule-based validation with automatic fixing capabilities and a rich plugin architecture for customized Markdown processing workflows.
1515

0 commit comments

Comments
 (0)