Skip to content

Commit 281ada3

Browse files
committed
build: update paths
1 parent d5339cc commit 281ada3

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

.github/codeql/codeql_config.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,18 @@ name: codeql_configuration
2020

2121
# Define paths for which code scanning should be performed:
2222
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'
23+
- 'lib'
3224

3325
# Define paths for which code scanning should *not* be performed:
3426
paths-ignore:
35-
- 'node_modules'
36-
- 'lib/node_modules/**/_tools'
27+
- '**/_tools'
28+
- '**/test/*.js'
29+
- '**/test/**/*.js'
30+
- '**/benchmark/*.js'
31+
- '**/benchmark/**/*.js'
32+
- '**/examples/*.js'
33+
- '**/examples/**/*.js'
34+
- '**/data'
35+
- '**/scripts'
36+
- '**/etc'
37+
- '**/docs'

0 commit comments

Comments
 (0)