Skip to content

Commit d5a0335

Browse files
committed
Document status types [skip ci]
1 parent caa4b1a commit d5a0335

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

members_check.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
def main(failOnWarn=False):
3434
"""
3535
Parse members.md reporting any findings.
36+
ERRORS:
37+
- avalid not found in members listing
38+
WARNINGS:
39+
- not correctly sorted
40+
- entry in wrong section
41+
3642
Exit with non-zero status if:
3743
- any error is detected
3844
- any warning is detected and failOnWarn is True

0 commit comments

Comments
 (0)