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