mirror of
https://github.com/github/codeql.git
synced 2026-07-03 18:45:34 +02:00
8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
import javascript
|
|
|
|
from File f, string relative
|
|
where
|
|
not f.getURL().matches("%/target/intree/%") and
|
|
if exists(f.getRelativePath()) then relative = "relative" else relative = ""
|
|
select f, relative
|