summaryrefslogtreecommitdiff
path: root/zuul/lib/filecomments.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-04-06 18:28:12 +0000
committerGerrit Code Review <review@openstack.org>2020-04-06 18:28:12 +0000
commit5bb80b8e2ea226bc7f030acd6f64f32a61465183 (patch)
treee0a5825f7cbd3832ca859c12c44fede2200cd4ce /zuul/lib/filecomments.py
parent33fef37bc5f802a2f49858f32a4f0e92664215de (diff)
parent431b4cfb57ec1ede94ba0fb60f46cbe478b52704 (diff)
downloadzuul-5bb80b8e2ea226bc7f030acd6f64f32a61465183.tar.gz
Merge "Make github file annotation levels configurable via zuul return"
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]}