rspec/rules/S905/python/parameters.adoc

13 lines
613 B
Plaintext

=== Parameters
* key = reportOnStrings
** Description: Enable issues on string literals which are not assigned. Set this parameter to "false" if you use strings as comments.
** Default value : false
** Type: string
* key : ignoredOperators
** Description: Comma separated list of operators which have a side effect and should be ignored by this rule. By default, this rule considers that no unary or binary operator have a side effect. For example, if you override operators ">>" and "|" and they have a side effect, this parameter should then be set to ">>,|".
** Default value : empty string
** Type: string