rspec/rules/S1515/python/message.adoc

7 lines
387 B
Plaintext
Raw Normal View History

=== Message
* If the function is NOT a lambda: "Add a parameter to function "FFF" and use variable "XXX" as its default value; The value of "XXX" value might change at the next loop iteration."
* If the function is a lambda: "Add a parameter to the parent lambda function and use variable "XXX" as its default value; The value of "XXX" value might change at the next loop iteration."