@ping-identity/dvlint-base-rule-pack
Version:
Collection of base rules used to lint DaVinci flows.
48 lines • 2.09 kB
JSON
{
"name": "PingOne DaVinci Linter",
"pass": false,
"errorCount": 1,
"rulePackResults": [
{
"pass": false,
"errorCount": 1,
"lintResults": [
{
"flowId": "905f358571a3cd96bcc6ad1f2e3111fb",
"flowName": "nonScheduleFlow",
"pass": false,
"errorCount": 1,
"errors": [
{
"code": "dv-er-scheduleFlow-004",
"type": "error",
"message": "Unsupported node configuration in flow",
"recommendation": "Remove 'End Flow Success' and 'End Flow Failure' capability nodes from this flow. These are specific to scheduled and batch processing flow behaviors and should not be used otherwise."
}
],
"rulesApplied": [
"dv-rule-scheduleFlow-001"
],
"ruleResults": [
{
"ruleDescription": "Schedule flow rules",
"ruleId": "dv-rule-scheduleFlow-001",
"pass": false,
"errorCount": 1,
"errors": [
{
"code": "dv-er-scheduleFlow-004",
"type": "error",
"message": "Unsupported node configuration in flow",
"recommendation": "Remove 'End Flow Success' and 'End Flow Failure' capability nodes from this flow. These are specific to scheduled and batch processing flow behaviors and should not be used otherwise."
}
]
}
],
"rulesIgnored": []
}
],
"rulesIgnored": true
}
]
}