Skip to content

Commit

Permalink
Update rules.json
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 18, 2024
1 parent 833b493 commit 421dbeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"name": "@ping-identity/dvlint-base-rule-pack",
"description": "Collection of base rules used to lint DaVinci flows.",
"version": "1.0.5",
"version": "1.0.6",
"rules": [
{
"id": "dv-rule-annotations-001",
Expand Down Expand Up @@ -227,8 +227,8 @@
"code": "dv-er-subflow-002"
},
"dv-er-subflow-003": {
"description": "Missing Input schema values.",
"message": "Input Schema values '%' for '%' subflow is not configured in main flow.",
"description": "Missing Input schema values",
"message": "Input Schema values for '%' subflow is not configured.",
"type": "error",
"recommendation": "The input schema values for the '%' subflow are not currently configured. Configure the schema in the subflow.",
"code": "dv-er-subflow-003"
Expand Down

0 comments on commit 421dbeb

Please sign in to comment.