Skip to content

Commit 49e61d8

Browse files
committed
fixes docs, but keep reason of disabling
1 parent 34ecb62 commit 49e61d8

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/descriptors/salesforce_lightning_flow_scanner.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ description: How to use lightning-flow-scanner (configure, ignore files, ignore
66
<!-- @generated by .automation/build.py, please don't update manually -->
77

88
<div align="center">
9-
<a href="https://github.com/Lightning-Flow-Scanner#readme" target="blank" title="Visit linter Web Site">
10-
<img src="https://raw.githubusercontent.com/Lightning-Flow-Scanner/.github/main/docs/images/bannerslim.png" alt="lightning-flow-scanner" height="150px" class="megalinter-banner">
9+
<a href="https://flow-scanner.github.io/lightning-flow-scanner-cli/" target="blank" title="Visit linter Web Site">
10+
<img src="https://raw.githubusercontent.com/Flow-Scanner/lightning-flow-scanner-cli/main/docs/images/banner.png" alt="lightning-flow-scanner" class="megalinter-banner" style="width: 55%;">
1111
</a>
1212
</div>
1313

14-
![disabled](https://shields.io/badge/-disabled-orange) [![GitHub stars](https://img.shields.io/github/stars/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx?cacheSeconds=3600)](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx) [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx?sort=semver)](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/releases) [![GitHub last commit](https://img.shields.io/github/last-commit/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx)](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/commits) [![GitHub commit activity](https://img.shields.io/github/commit-activity/y/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx)](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/graphs/commit-activity/) [![GitHub contributors](https://img.shields.io/github/contributors/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx)](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx/graphs/contributors/)
15-
14+
![disabled](https://shields.io/badge/-disabled-orange)
15+
[![GitHub stars](https://img.shields.io/github/stars/Flow-Scanner/lightning-flow-scanner-cli?cacheSeconds=3600)](https://github.com/Flow-Scanner/lightning-flow-scanner-cli) [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Flow-Scanner/lightning-flow-scanner-cli?sort=semver)](https://github.com/Flow-Scanner/lightning-flow-scanner-cli/releases) [![GitHub last commit](https://img.shields.io/github/last-commit/Flow-Scanner/lightning-flow-scanner-cli)](https://github.com/Flow-Scanner/lightning-flow-scanner-cli/commits) [![GitHub commit activity](https://img.shields.io/github/commit-activity/y/Flow-Scanner/lightning-flow-scanner-cli)](https://github.com/Flow-Scanner/lightning-flow-scanner-cli/graphs/commit-activity/) [![GitHub contributors](https://img.shields.io/github/contributors/Flow-Scanner/lightning-flow-scanner-cli)](https://github.com/Flow-Scanner/lightning-flow-scanner-cli/graphs/contributors/)
1616
_This linter has been disabled in this version_
1717

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

20-
**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.
20+
A Salesforce CLI Plugin designed to proactively enforce secure and maintainable Salesforce Flows. It detects unsafe running contexts, hardcoded IDs, unhandled nulls, inefficient database operations and more, helping teams ensure their automations are safe and reliable.
2121

2222
**Key Features:**
2323

@@ -36,12 +36,12 @@ If your root folder is not **force-app**, please set variable SALESFORCE_LIGHTNI
3636
## lightning-flow-scanner documentation
3737

3838
- Version in MegaLinter: **3.29.0**
39-
- Visit [Official Web Site](https://github.com/Lightning-Flow-Scanner#readme){target=_blank}
40-
- See [How to configure lightning-flow-scanner rules](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx#configuration){target=_blank}
39+
- Visit [Official Web Site](https://flow-scanner.github.io/lightning-flow-scanner-cli/){target=_blank}
40+
- See [How to configure lightning-flow-scanner rules](https://github.com/Flow-Scanner/lightning-flow-scanner-cli#configuration){target=_blank}
4141
- If custom `.flow-scanner.json` config file isn't found, [.flow-scanner.json](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.flow-scanner.json){target=_blank} will be used
4242
- See [Index of problems detected by lightning-flow-scanner](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core#rules){target=_blank}
4343

44-
[![lightning-flow-scanner-sfdx - GitHub](https://gh-card.dev/repos/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx.svg?fullname=)](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx){target=_blank}
44+
[![lightning-flow-scanner-sfdx - GitHub](https://gh-card.dev/repos/Flow-Scanner/lightning-flow-scanner-cli.svg?fullname=)](https://github.com/Flow-Scanner/lightning-flow-scanner-cli){target=_blank}
4545

4646
## Configuration in MegaLinter
4747

@@ -69,7 +69,7 @@ Use lightning-flow-scanner in your favorite IDE to catch errors before MegaLinte
6969

7070
| <!-- --> | IDE | Extension Name | Install |
7171
|:-------------------------------------------------------------------------------------------------------------------------------------------:|------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
72-
| <img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/icons/vscode.ico" alt="" height="32px" class="megalinter-icon"></a> | [Visual Studio Code](https://code.visualstudio.com/) | [Lightning Flow Scanner](https://marketplace.visualstudio.com/items?itemName=ForceConfigControl.lightningflowscanner) | [![Install in VSCode](https://github.com/oxsecurity/megalinter/raw/main/docs/assets/images/btn_install_vscode.png)](vscode:extension/ForceConfigControl.lightningflowscanner){target=_blank} |
72+
| `<img src="https://github.com/oxsecurity/megalinter/raw/main/docs/assets/icons/vscode.ico" alt="" height="32px" class="megalinter-icon"></a>` | [Visual Studio Code](https://code.visualstudio.com/) | [Lightning Flow Scanner](https://marketplace.visualstudio.com/items?itemName=ForceConfigControl.lightning-flow-scanner-vsx) | [![Install in VSCode](https://github.com/oxsecurity/megalinter/raw/main/docs/assets/images/btn_install_vscode.png)](vscode:extension/ForceConfigControl.lightning-flow-scanner-vsx){target=_blank} |
7373

7474
## MegaLinter Flavors
7575

@@ -87,6 +87,7 @@ This linter is available in the following flavors
8787
- If this linter is active, all files will always be linted
8888

8989
<!-- markdownlint-disable -->
90+
9091
<!-- /* cSpell:disable */ -->
9192
### How the linting is performed
9293

0 commit comments

Comments
 (0)