We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5652f4 commit 7475651Copy full SHA for 7475651
.github/codeql/codeql-configuration.yml
@@ -1,4 +1,7 @@
1
name : CodeQL Configuration
2
3
-paths:
4
- - './packages'
+paths-ignore:
+ # Contains syntax errors.
5
+ - 'packages/ts-twoslasher/test/fixtures/**'
6
+ # Contains code examples with syntax errors.
7
+ - '**/copy/en/**'
0 commit comments