·
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
- 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)
- 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 }- 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"] }