rspec/rules/S905/python/parameters.adoc
2022-02-01 12:25:23 +00:00

23 lines
557 B
Plaintext

=== Parameters
.reportOnStrings
****
_string_
----
false
----
Enable issues on string literals which are not assigned. Set this parameter to "false" if you use strings as comments.
****
.ignoredOperators
****
_string_
----
empty string
----
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 ">>,|".
****