From fe9464be0f1626314f80bc69298c5579df0894bd Mon Sep 17 00:00:00 2001 From: Ruben Halman Date: Wed, 20 Mar 2024 22:24:17 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5461c0..e1960bb 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ sfdx flow:scan --config path/to/.flow-scanner.json | **Unconnected Element** | Unconnected elements which are not being used by the Flow should be avoided to keep Flows efficient and maintainable. | | **Unused Variable** | To maintain the efficiency and manageability of your Flow, it's advisable to avoid including unconnected variables that are not in use. | -**More information on the rules can be found in the [lfs-core module documentation](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core).** +**More information on the rules can be found in the [default ruleset documentation](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core/blob/master/docs/defaultrules.md).** ## Configuration @@ -187,5 +187,6 @@ To load custom rules using the Lightning Flow Scanner Core, you can utilize the } } } +``` For more details and examples on custom rules, refer to our [Custom Rule Creation Guide](https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core/tree/master/docs/customruleguide.md)