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 d38eb94 commit b336511Copy full SHA for b336511
1 file changed
config.json
@@ -3,11 +3,13 @@
3
"filters": [
4
{
5
"file_pattern": "*Test*.cs",
6
- "context_lines": 200
+ "context_lines": 100
7
},
8
9
"file_pattern": "*.cs",
10
- "context_lines": 999
+ "context_lines": 500,
11
+ "include_method_body": true,
12
+ "include_signatures": false
13
14
15
"file_pattern": "*.xml",
0 commit comments