2021-06-03 09:05:38 +02:00
=== on 30 Sep 2014, 10:49:56 Evgeny Mandrikov wrote:
2021-06-02 20:44:38 +02:00
\[~ann.campbell.2] why not activated by default?
2021-06-03 09:05:38 +02:00
=== on 1 Oct 2014, 07:34:46 Nicolas Peru wrote:
2021-06-02 20:44:38 +02:00
Good question indeed : is there a reason to not have this one activated by default ?
2021-06-03 09:05:38 +02:00
=== on 1 Oct 2014, 11:58:27 Ann Campbell wrote:
2021-06-02 20:44:38 +02:00
\[~evgeny.mandrikov] & [~nicolas.peru] in light of the allowed fall-through exception in RSPEC-128 (I had been forgetting it was there), there's not. Change made.
2021-06-03 09:05:38 +02:00
=== on 7 Apr 2015, 19:35:19 Evgeny Mandrikov wrote:
2021-06-02 20:44:38 +02:00
I want to believe that
{noformat}
if (...) {
doSomething();
} else {
doSomething();
}
{noformat}
is part of this rule. But this is not clear from description.
2021-06-03 09:05:38 +02:00
=== on 8 Apr 2015, 14:13:39 Ann Campbell wrote:
2021-06-02 20:44:38 +02:00
Not sure I get your point [~evgeny.mandrikov]
2021-06-03 09:05:38 +02:00
=== on 8 Apr 2015, 16:02:13 Evgeny Mandrikov wrote:
2021-06-02 20:44:38 +02:00
\[~ann.campbell.2] description looks good, and I updated examples to cover this case explicitly.