Skip to content

Commit 51e08d4

Browse files
committed
Fix error severity
1 parent b4bd7af commit 51e08d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/ql/src/Diagnostics/DiagnosticExtractionErrors.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ private class DiagnosticExtractorError extends DiagnosticError {
6060
}
6161

6262
from DiagnosticError error
63-
select error.getMessage(), 3
63+
select error.getMessage(), 2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| Unexpected C# extractor error in Program.cs: Unable to resolve target for call. (Compilation error?) | 3 |
1+
| Unexpected C# extractor error in Program.cs: Unable to resolve target for call. (Compilation error?) | 2 |

0 commit comments

Comments
 (0)