CodeQL library for Go
codeql/go-all 0.7.15-dev (changelog, source)
Search

Predicate reportableDiagnostics

Holds if an extraction error or warning occurred that should be reported to end users, with the error message msg and SARIF severity sev.

Import path

import semmle.go.DiagnosticsReporting
predicate reportableDiagnostics(Diagnostic d, string msg, int sev)