We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d30e58b + b8b378f commit 00bd7b7Copy full SHA for 00bd7b7
1 file changed
.github/codeql/queries/assert-pure.ql
@@ -19,7 +19,7 @@ class PureFile extends File {
19
this.getRelativePath().regexpMatch(".*/src/pure/.*") or
20
this.getRelativePath().regexpMatch(".*/src/common/.*")
21
) and
22
- not this.getRelativePath().regexpMatch(".*/src/common/vscode/.*")
+ not this.getRelativePath().regexpMatch(".*/vscode/.*")
23
}
24
25
0 commit comments