mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
/**
|
|
* @name Unexpected frontend error
|
|
* @description This query produces a list of all errors produced by the Go frontend
|
|
* during extraction.
|
|
* @id go/unexpected-frontend-error
|
|
*/
|
|
|
|
import go
|
|
|
|
from Error e
|
|
select e
|