We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c6b24 commit 947a9f1Copy full SHA for 947a9f1
2 files changed
…src/Diagnostics/DiagnosticsReporting.qll …l/lib/semmle/go/DiagnosticsReporting.qllgo/ql/src/Diagnostics/DiagnosticsReporting.qll renamed to go/ql/lib/semmle/go/DiagnosticsReporting.qll
@@ -1,3 +1,5 @@
1
+/** Provides classes for working with errors and warnings recorded during extraction. */
2
+
3
import go
4
5
/** Gets the SARIF severity level that indicates an error. */
go/ql/src/Diagnostics/ExtractionErrors.ql
@@ -6,7 +6,7 @@
6
*/
7
8
9
-import DiagnosticsReporting
+import semmle.go.DiagnosticsReporting
10
11
from string msg, int sev
12
where reportableDiagnostics(_, msg, sev)
0 commit comments