mirror of
https://github.com/github/codeql.git
synced 2026-01-01 08:42:06 +01:00
14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
/**
|
|
* @name Extraction errors
|
|
* @description A list of extraction errors for files in the source code directory.
|
|
* @kind diagnostic
|
|
* @id java/diagnostics/extraction-errors
|
|
*/
|
|
|
|
import java
|
|
import DiagnosticsReporting
|
|
|
|
from string msg, int sev
|
|
where reportableErrors(_, msg, sev)
|
|
select msg, sev
|