e2c8f9fd7b
Added 'scope' property to IntrospectionRule and logic to check if a node falls in the same scope.This allows introspection rules to be applied on selected nodes instead of every one of them. Story: 2006995 Task: 37763 Change-Id: I77034f032ea0ec16886afdd928546eb801f7a90a
10 lines
480 B
YAML
10 lines
480 B
YAML
---
|
|
features:
|
|
- |
|
|
Added the capability to define a scope for the inspection process.
|
|
Previously, all introspection rules were applied when inspecting
|
|
any node. There was no mechanism to apply only a selected set of
|
|
rules. This change introduces a ``scope`` field to introspection rules.
|
|
If a scope is set on an introspection rule, it will only apply to nodes
|
|
that have a matching ``inspection_scope`` property. If not set, it will
|
|
apply to all nodes. |