lightning-flow-scanner-core
Advanced tools
Comparing version 3.20.5 to 3.20.6
@@ -41,3 +41,2 @@ "use strict"; | ||
const matchedRule = new DynamicRule_1.DynamicRule(rule); | ||
matchedRule["severity"] = "error"; | ||
selectedRules.push(matchedRule); | ||
@@ -44,0 +43,0 @@ } |
{ | ||
"name": "lightning-flow-scanner-core", | ||
"version": "3.20.5", | ||
"version": "3.20.6", | ||
"main": "out/**", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
@@ -39,3 +39,2 @@ import { IRuleDefinition } from "../interfaces/IRuleDefinition"; | ||
const matchedRule = new DynamicRule(rule); | ||
matchedRule["severity"] = "error"; | ||
selectedRules.push(matchedRule); | ||
@@ -42,0 +41,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1408509
36409