Drop: ImportAdditionalLibraries.ql

This commit is contained in:
Arthur Baars
2019-06-28 15:53:07 +02:00
parent d2f8029625
commit 9197c186e1
6 changed files with 0 additions and 70 deletions

View File

@@ -1,16 +0,0 @@
/**
* @name (Import additional libraries)
* @description This query produces no results but imports some libraries we
* would like to make available in the LGTM query console even
* if they are not used by any queries.
* @kind file-classifier
* @id java/lgtm/import-additional-libraries
*/
import java
import semmle.code.java.dataflow.Guards
import semmle.code.java.dataflow.ParityAnalysis
from File f, string tag
where none()
select f, tag