Skip to content

Commit b6d6ce0

Browse files
committed
[validation] Add custom validation IssueID
1 parent 4bbe537 commit b6d6ce0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

odml/validation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ class IssueID(Enum):
5151
# Optional validations
5252
section_repository_present = 600
5353

54+
# Custom validation
55+
custom_validation = 701
56+
5457

5558
class ValidationError(object):
5659
"""

0 commit comments

Comments
 (0)