Skip to content

New Rule: Missing Start Reference

Choose a tag to compare

@RubenHalman RubenHalman released this 30 Jan 18:11
· 2282 commits to main since this release

New Rule: Missing Start Reference

Action tag: action-v3.6.0
Core tag: core-v6.18.0
CLI tag: v6.18.1
VSX Version: v3.3.0

  1. New Tule: missing-start-reference by @DivyanshuBist
    This rule ensures all scanned flows contain a valid start node and prevents invalid flow definitions from going unnoticed.
  • Applies to all flow types
  • Severity: Error
  • Rule category: System(A new Layout subcategory)
  1. System subcategory
    Introduces a new System subcategory under Layout, containing violations that are typically prevented by the Flow Builder UI.
    These checks can be disabled to improve scan performance.
{ systemRules: false }
  1. Filter by categories/severity
    You can now filter scan results by category and severity, helping you focus on the results that matter most first.
{ "categories": ["problem", "layout"] }