You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The request is to output a warning or even an error when item uses a relationship to another item which is not accepted.
As example, we have relationship parent,child. Then we have item1 ITEM_PARENT-ITEM1 which has child relationship to item2 ITEM_CHILD-ITEM2 (valid) and then we have item3 which is ITEM_CHILD-ITEM3 which as child relationship to ITEM_PARENT-ITEM1. In this case item3 relationship child should trigger a warning/error as only parent relationship should be allowed.
Proposed implementation is to allow only certain regex to be part of the relationship like
If a relationship that is not documented in this configuration dictionary is detected in the documentation, a warning shall be produced, i.e., this configuration shall be exhaustive. Or shall it be configurable to be non-exhaustive as well @Letme ?
The request is to output a warning or even an error when item uses a relationship to another item which is not accepted.
As example, we have relationship
parent,child
. Then we have item1ITEM_PARENT-ITEM1
which haschild
relationship to item2ITEM_CHILD-ITEM2
(valid) and then we have item3 which isITEM_CHILD-ITEM3
which aschild
relationship toITEM_PARENT-ITEM1
. In this case item3 relationshipchild
should trigger a warning/error as onlyparent
relationship should be allowed.Proposed implementation is to allow only certain regex to be part of the relationship like
FYI: @dryodon
The text was updated successfully, but these errors were encountered: