mirror of
https://github.com/github/codeql.git
synced 2026-01-05 18:50:23 +01:00
JS: Update diagnostics IDs for consistency with rules
This commit is contained in:
@@ -568,7 +568,7 @@ public class AutoBuild {
|
||||
}
|
||||
|
||||
// DiagnosticLevel level, String extractorName, String sourceId, String sourceName, String markdown
|
||||
diagnostics.get().writeMarkdown(error.getLevel(), "javascript", "javascript/" + error.getId(), error.getName(),
|
||||
diagnostics.get().writeMarkdown(error.getLevel(), "javascript", "js/" + error.getId(), error.getName(),
|
||||
message, location);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user