rspec/rules/S1109/exceptions.adoc

7 lines
153 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
== Exceptions
When blocks are inlined (open and close curly braces on the same line), no issue is triggered.
----
if(condition) {doSomething();}
----