Skip to content

Commit 130d143

Browse files
authored
Update CodeQL.yaml
1 parent dd9bdab commit 130d143

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CodeQL.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55

66
path_classifiers:
77
test:
8-
# All sub-directories are automatically matched. For example: test/ matches anything in the directory and all its subdirectories.
8+
# All sub-directories are automatically matched. For example: test matches anything in the directory and all its subdirectories.
99
# Do not add /** wildcard at the end of a directory path.
10-
- "test/"
11-
- "perf/"
10+
- "test"
11+
- "benchmark"
1212
docs:
13-
- "docs/"
14-
- "samples/"
13+
- "docs"

0 commit comments

Comments
 (0)