File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -236,19 +236,19 @@ npm install @flow-scanner/lightning-flow-scanner-core
236236
237237### Core Functions
238238
239- ### [ ` getRules(ruleNames?: string[]): IRuleDefinition[] ` ] ( https://github.com/Flow-Scanner/lightning-flow-scanner-core/tree/main/src/main/libs/GetRuleDefinitions.ts )
239+ #### [ ` getRules(ruleNames?: string[]): IRuleDefinition[] ` ] ( https://github.com/Flow-Scanner/lightning-flow-scanner-core/tree/main/src/main/libs/GetRuleDefinitions.ts )
240240
241241_ Retrieves rule definitions used in the scanner._
242242
243- ### [ ` parse(selectedUris: any): Promise<ParsedFlow[]> ` ] ( https://github.com/Flow-Scanner/lightning-flow-scanner-core/tree/main/src/main/libs/ParseFlows.ts )
243+ #### [ ` parse(selectedUris: any): Promise<ParsedFlow[]> ` ] ( https://github.com/Flow-Scanner/lightning-flow-scanner-core/tree/main/src/main/libs/ParseFlows.ts )
244244
245245_ Parses metadata from selected Flow files._
246246
247- ### [ ` scan(parsedFlows: ParsedFlow[], ruleOptions?: IRulesConfig): ScanResult[] ` ] ( https://github.com/Flow-Scanner/lightning-flow-scanner-core/tree/main/src/main/libs/ScanFlows.ts )
247+ #### [ ` scan(parsedFlows: ParsedFlow[], ruleOptions?: IRulesConfig): ScanResult[] ` ] ( https://github.com/Flow-Scanner/lightning-flow-scanner-core/tree/main/src/main/libs/ScanFlows.ts )
248248
249249_ Runs rules against parsed flows and returns scan results._
250250
251- ### [ ` fix(results: ScanResult[]): ScanResult[] ` ] ( https://github.com/Flow-Scanner/lightning-flow-scanner-core/tree/main/src/main/libs/FixFlows.ts )
251+ #### [ ` fix(results: ScanResult[]): ScanResult[] ` ] ( https://github.com/Flow-Scanner/lightning-flow-scanner-core/tree/main/src/main/libs/FixFlows.ts )
252252
253253_ Attempts to apply automatic fixes where available._
254254
You can’t perform that action at this time.
0 commit comments