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 d5339cc commit 281ada3Copy full SHA for 281ada3
1 file changed
.github/codeql/codeql_config.yml
@@ -20,17 +20,18 @@ name: codeql_configuration
20
21
# Define paths for which code scanning should be performed:
22
paths:
23
- - 'lib/node_modules/**/bin'
24
- - 'lib/node_modules/**/docs/types'
25
- - 'lib/node_modules/**/include'
26
- - 'lib/node_modules/**/lib'
27
- - 'lib/node_modules/**/src'
28
-
29
- - 'lib/node_modules/**/*.gyp'
30
- - 'lib/node_modules/**/*.gypi'
31
- - 'package.json'
+ - 'lib'
32
33
# Define paths for which code scanning should *not* be performed:
34
paths-ignore:
35
- - 'node_modules'
36
- - 'lib/node_modules/**/_tools'
+ - '**/_tools'
+ - '**/test/*.js'
+ - '**/test/**/*.js'
+ - '**/benchmark/*.js'
+ - '**/benchmark/**/*.js'
+ - '**/examples/*.js'
+ - '**/examples/**/*.js'
+ - '**/data'
+ - '**/scripts'
+ - '**/etc'
37
+ - '**/docs'
0 commit comments