rspec/rules/S1109/exceptions.adoc

8 lines
155 B
Plaintext
Raw Normal View History

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