mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Revert "Failed Extraction Queries"
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
/**
|
||||
* @name Extraction errors msft
|
||||
* @description List all extraction errors for files in the source code directory.
|
||||
* @id cpp/extractor-error-msft
|
||||
* @kind problem
|
||||
* @tags security
|
||||
* extraction
|
||||
*/
|
||||
|
||||
import cpp
|
||||
import ExtractionErrors
|
||||
|
||||
from ExtractionError error
|
||||
select error.getFile(), error.getErrorMessage()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user