@ping-identity/dvlint-base-rule-pack
Version:
Collection of base rules used to lint DaVinci flows.
50 lines • 1.46 kB
JSON
{
"name": "PingOne DaVinci Linter",
"pass": false,
"errorCount": 1,
"rulePackResults": [
{
"pass": false,
"errorCount": 1,
"lintResults": [
{
"flowId": "f00277aa69f1e332c262eea5e8ae2663",
"flowName": "Test - Empty Flow",
"pass": false,
"errorCount": 1,
"errors": [
{
"code": "dv-er-empty-flow-001",
"flowId": "f00277aa69f1e332c262eea5e8ae2663",
"message": "Flow is empty",
"type": "error",
"recommendation": "An empty flow has been found. If it's not being used, remove it."
}
],
"rulesApplied": [
"dv-rule-empty-flow-001"
],
"ruleResults": [
{
"ruleId": "dv-rule-empty-flow-001",
"ruleDescription": "Ensure the flow is not empty",
"pass": false,
"errorCount": 1,
"errors": [
{
"code": "dv-er-empty-flow-001",
"flowId": "f00277aa69f1e332c262eea5e8ae2663",
"message": "Flow is empty",
"type": "error",
"recommendation": "An empty flow has been found. If it's not being used, remove it."
}
]
}
],
"rulesIgnored": []
}
],
"rulesIgnored": true
}
]
}