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
3535
3636.. option :: StrictMode
3737
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.
4343
4444.. option :: IgnoreVirtual
4545
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