Skip to content

Commit 56e74b9

Browse files
Merge pull request #102 from github/exclude-lib
Exclude lib directory from analysis
2 parents cfcff89 + 8d908ee commit 56e74b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/codeql/codeql-config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ queries:
1010
- uses: security-extended
1111
- uses: security-and-quality
1212
paths-ignore:
13-
- tests
13+
- tests
14+
- lib

0 commit comments

Comments
 (0)