Skip to content

Commit 947a9f1

Browse files
committed
Make DiagnosticsReporting.qll a library
1 parent 34c6b24 commit 947a9f1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go/ql/src/Diagnostics/DiagnosticsReporting.qll renamed to go/ql/lib/semmle/go/DiagnosticsReporting.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/** Provides classes for working with errors and warnings recorded during extraction. */
2+
13
import go
24

35
/** Gets the SARIF severity level that indicates an error. */

go/ql/src/Diagnostics/ExtractionErrors.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
import go
9-
import DiagnosticsReporting
9+
import semmle.go.DiagnosticsReporting
1010

1111
from string msg, int sev
1212
where reportableDiagnostics(_, msg, sev)

0 commit comments

Comments
 (0)