Skip to content

Commit 11b13c6

Browse files
nvuillammegalinter-bot
authored andcommitted
[MegaLinter] Apply linters fixes
1 parent e775f45 commit 11b13c6

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

docs/descriptors/repository_gitleaks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ description: How to use gitleaks (configure, ignore files, ignore errors, help &
3333
If MegaLinter with gitleaks runs against a PR on a platform not listed above, analysis is performed on the whole repository (this is the default gitleaks behavior; the commits scanned depend on the fetch-depth configuration).
3434

3535
You can still choose to scan only PR commits in your CI/CD platform by setting the following MegaLinter environment variables:
36-
- `PULL_REQUEST=true`\*
37-
- `REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: true`
38-
- `REPOSITORY_GITLEAKS_PR_SOURCE_SHA` with last commit sha from your PR and `REPOSITORY_GITLEAKS_PR_TARGET_SHA` commit sha from your target branch (for example, `main` if you do PR to main branch)
36+
- `PULL_REQUEST=true`\*
37+
- `REPOSITORY_GITLEAKS_PR_COMMITS_SCAN: true`
38+
- `REPOSITORY_GITLEAKS_PR_SOURCE_SHA` with last commit sha from your PR and `REPOSITORY_GITLEAKS_PR_TARGET_SHA` commit sha from your target branch (for example, `main` if you do PR to main branch)
3939

4040
Example commands:
41-
- Source commit SHA:
41+
- Source commit SHA:
4242
```bash
4343
git rev-list -n 1 refs/remotes/origin/<source_branch>
4444
```
4545

46-
- Target commit SHA:
46+
- Target commit SHA:
4747
```bash
4848
git rev-parse refs/remotes/origin/<target_branch>
4949
```

docs/descriptors/salesforce_lightning_flow_scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: How to use lightning-flow-scanner (configure, ignore files, ignore
1515

1616
_This linter has been disabled in this version_
1717

18-
_Disabled reason: Repo archived -> https://github.com/Lightning-Flow-Scanner_
18+
_Disabled reason: Repo archived -> <https://github.com/Lightning-Flow-Scanner>_
1919

2020
**Lightning Flow Scanner** is a specialized SFDX plugin that analyzes Salesforce Flows for integrity issues, performance problems, and adherence to best practices. It helps developers build reliable and maintainable Flow automations.
2121

0 commit comments

Comments
 (0)