rspec/rules/S1109/exceptions.adoc

8 lines
154 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.
2021-02-02 15:02:10 +01:00
2020-06-30 12:47:33 +02:00
----
if(condition) {doSomething();}
----