Skip to content

Commit 7475651

Browse files
authored
Don't filter codeql (#3432)
1 parent e5652f4 commit 7475651

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name : CodeQL Configuration
22

3-
paths:
4-
- './packages'
3+
paths-ignore:
4+
# Contains syntax errors.
5+
- 'packages/ts-twoslasher/test/fixtures/**'
6+
# Contains code examples with syntax errors.
7+
- '**/copy/en/**'

0 commit comments

Comments
 (0)