rspec/rules/S1105/exceptions.adoc

8 lines
155 B
Plaintext

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