mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
diagnostics: use debug rather than hidden terminology, and leave gaps for other severities
This commit is contained in:
@@ -281,7 +281,7 @@ impl Visitor<'_> {
|
||||
"diagnostics",
|
||||
vec![
|
||||
Arg::Label(id),
|
||||
Arg::Int(3), // severity 3 = error
|
||||
Arg::Int(40), // severity 40 = error
|
||||
Arg::String("parse_error".to_string()),
|
||||
Arg::String(error_message),
|
||||
Arg::String(full_error_message),
|
||||
|
||||
Reference in New Issue
Block a user