Skip to content

Commit bb26447

Browse files
committed
feat: ignore test paths
1 parent cfb39a8 commit bb26447

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

codeql-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ query-filters:
1212
id: js/missing-rate-limiting
1313
- exclude:
1414
id: js/missing-token-validation
15+
paths-ignore:
16+
- '**/test*'
17+
- '**/__test__/**'
18+
- '**/__tests__/**'
19+
- '**/*test.*'

0 commit comments

Comments
 (0)