mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
note that severity 3 corresponds to an error diagnostic level
This commit is contained in:
@@ -281,7 +281,7 @@ impl Visitor<'_> {
|
||||
"diagnostics",
|
||||
vec![
|
||||
Arg::Label(id),
|
||||
Arg::Int(3),
|
||||
Arg::Int(3), // severity 3 = error
|
||||
Arg::String("parse_error".to_string()),
|
||||
Arg::String(error_message),
|
||||
Arg::String(full_error_message),
|
||||
|
||||
Reference in New Issue
Block a user