mirror of
https://github.com/github/codeql.git
synced 2026-02-14 22:21:06 +01:00
Locally these seem to get rid of the compilation warnings, but of course CI is the true arbiter here.
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
import javascript
|
|
import semmle.javascript.frameworks.data.internal.ApiGraphModels as ApiGraphModels
|
|
|
|
overlay[local]
|
|
class IsTesting extends ApiGraphModels::TestAllModels {
|
|
IsTesting() { this = this }
|
|
}
|
|
|
|
query predicate warning = ModelOutput::getAWarning/0;
|