mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
QL code and tests for C#/C++/JavaScript.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import javascript
|
||||
|
||||
/** A RAML specification. */
|
||||
class RAMLSpec extends YAMLDocument, YAMLMapping {
|
||||
RAMLSpec() {
|
||||
getLocation().getFile().getExtension() = "raml"
|
||||
}
|
||||
}
|
||||
|
||||
from RAMLSpec s
|
||||
select s
|
||||
Reference in New Issue
Block a user