Skip to content

Commit 849ac66

Browse files
authored
chore(codeql): exclude integration test fixtures from analysis (#7732)
1 parent c5e65a0 commit 849ac66

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/codeql/codeql-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ paths-ignore:
1616
- '**/__tests__/**'
1717
- '**/__mocks__/**'
1818
- '**/__fixtures__/**'
19+
- '**/__integration__/**'
20+
- '**/*.integration.ts'
1921
- '**/e2e/**'
2022
# Deliberately no '**/test/**' or '**/tests/**'. A directory named `test` is a
2123
# routable Next.js path segment, not necessarily test code: those globs

0 commit comments

Comments
 (0)