Closed mmxmb closed 6 years ago
I implemented both fallback and disambiguation rules as optional. If both rules are defined, fallback has precedence.
fallback
disambiguation
Also provided test coverage for the new rule similar to the existing tests for disambiguation. Other details are in updated readme.
This change is incompatible with existing rules yaml files since the disambiguation policy schema was changed.
Fallback rule implementation for disambiguation policy (issue 6)
I implemented both
fallback
anddisambiguation
rules as optional. If both rules are defined,fallback
has precedence.Also provided test coverage for the new rule similar to the existing tests for
disambiguation
. Other details are in updated readme.This change is incompatible with existing rules yaml files since the disambiguation policy schema was changed.