Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit b336511

Browse files
committed
update sample config
1 parent d38eb94 commit b336511

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
"filters": [
44
{
55
"file_pattern": "*Test*.cs",
6-
"context_lines": 200
6+
"context_lines": 100
77
},
88
{
99
"file_pattern": "*.cs",
10-
"context_lines": 999
10+
"context_lines": 500,
11+
"include_method_body": true,
12+
"include_signatures": false
1113
},
1214
{
1315
"file_pattern": "*.xml",

0 commit comments

Comments
 (0)