Skip to content

Commit 2e1e46c

Browse files
authored
Merge pull request #18352 from github/redsun82/rust-codeql-config
Rust: extend `paths-ignore` to all `rust/ql`
2 parents b0062fc + b7437a4 commit 2e1e46c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/codeql/codeql-config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ paths-ignore:
99
- '/python/'
1010
- '/javascript/ql/test'
1111
- '/javascript/extractor/tests'
12-
- '/rust/ql/test'
13-
- '/rust/ql/integration-tests'
12+
- '/rust/ql'

0 commit comments

Comments
 (0)