We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbe537 commit b6d6ce0Copy full SHA for b6d6ce0
1 file changed
odml/validation.py
@@ -51,6 +51,9 @@ class IssueID(Enum):
51
# Optional validations
52
section_repository_present = 600
53
54
+ # Custom validation
55
+ custom_validation = 701
56
+
57
58
class ValidationError(object):
59
"""
0 commit comments