Skip to content

Commit f972da2

Browse files
committed
rm cr from docs
1 parent 45682d8 commit f972da2

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -157,24 +157,7 @@ Some rules have additional attributes to configure, such as the expression, that
157157
}
158158
```
159159

160-
### Loading Custom Rules
161-
162-
To load custom rules using the Lightning Flow Scanner Core, you can utilize the `path` attribute within the rules section of your configurations. This attribute allows you to specify the path to your custom rule class, enabling seamless integration of organization-specific rule definitions into the scanner's ruleset.
163-
164-
```json
165-
{
166-
"rules": {
167-
"<RuleName>": {
168-
"path": "<yourtypescriptfilepath>"
169-
}
170-
}
171-
}
172-
```
173-
174-
Custom Rules can either leverage our Flow compiler or be completely customized typescript functions.
175-
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)
176-
177-
## Development Setup
160+
### Development Setup
178161

179162
### Preparing for Changes
180163

0 commit comments

Comments
 (0)