rb/diagnostics/files-extracted-with-errors

This commit is contained in:
Alex Ford
2021-05-07 00:17:12 +01:00
parent d223851429
commit 54266eca33

View File

@@ -0,0 +1,14 @@
/**
* @name Files extracted with errors
* @description Lists files that were extracted, but may be incomplete due to
* extraction errors.
* @kind diagnostic
* @id rb/diagnostics/files-extracted-with-errors
*/
import ruby
import codeql_ruby.Diagnostics
from File f
where exists(ExtractionError e | e.getLocation().getFile() = f)
select f, ""