Files
codeql/csharp/ql/test/csharp.qll

13 lines
254 B
Plaintext

/**
* The default C# QL library.
*/
import semmle.code.csharp.internal.csharp
private class FileAdjusted extends File {
override predicate fromSource() {
super.fromSource() and
not this.getAbsolutePath().matches("%resources/stubs/%")
}
}