summaryrefslogtreecommitdiff
path: root/zuul/lib/filecomments.py
diff options
context:
space:
mode:
Diffstat (limited to 'zuul/lib/filecomments.py')
-rw-r--r--zuul/lib/filecomments.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/zuul/lib/filecomments.py b/zuul/lib/filecomments.py
index a05fc8bf3..fe8399a0d 100644
--- a/zuul/lib/filecomments.py
+++ b/zuul/lib/filecomments.py
@@ -21,7 +21,8 @@ FILE_COMMENT = {
'start_character': int,
'end_line': int,
'end_character': int,
- }
+ },
+ 'level': str,
}
FILE_COMMENTS = {str: [FILE_COMMENT]}