rspec/rules/S1109/exceptions.adoc

8 lines
155 B
Plaintext

=== Exceptions
When blocks are inlined (open and close curly braces on the same line), no issue is triggered.
----
if(condition) {doSomething();}
----