File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ Options
35
35
36
36
.. option :: StrictMode
37
37
38
- When `false ` (default value), the check will ignore trivially unused parameters,
39
- i.e. when the corresponding function has an empty body (and in case of
40
- constructors - no constructor initializers). When the function body is empty,
41
- an unused parameter is unlikely to be unnoticed by a human reader, and
42
- there's basically no place for a bug to hide.
38
+ When `false ` (default value), the check will ignore trivially unused parameters,
39
+ i.e. when the corresponding function has an empty body (and in case of
40
+ constructors - no constructor initializers). When the function body is empty,
41
+ an unused parameter is unlikely to be unnoticed by a human reader, and
42
+ there's basically no place for a bug to hide.
43
43
44
44
.. option :: IgnoreVirtual
45
45
46
- Determines whether virtual method parameters should be inspected.
47
- Set to `true ` to ignore them. Default is `false `.
46
+ Determines whether virtual method parameters should be inspected.
47
+ Set to `true ` to ignore them. Default is `false `.
You can’t perform that action at this time.
0 commit comments