rspec/rules/S1109/exceptions.adoc
Arseniy Zaostrovnykh 7ca29f686f Force linebreaks
2021-02-02 15:02:10 +01:00

8 lines
154 B
Plaintext

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