rspec/rules/S935/python/highlighting.adoc

10 lines
249 B
Plaintext

=== Highlighting
* if the returned type is wrong or nothing should be returned.
** Primary: the ``++return++`` statement.
** Secondary: The function/method name.
* if no value is returned and one is expected.
** Primary: the function/method name