35 lines
918 B
Plaintext
35 lines
918 B
Plaintext
=== on 30 Sep 2014, 10:49:56 Evgeny Mandrikov wrote:
|
|
\[~ann.campbell.2] why not activated by default?
|
|
|
|
=== on 1 Oct 2014, 07:34:46 Nicolas Peru wrote:
|
|
Good question indeed : is there a reason to not have this one activated by default ?
|
|
|
|
=== on 1 Oct 2014, 11:58:27 Ann Campbell wrote:
|
|
\[~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.
|
|
|
|
=== on 7 Apr 2015, 19:35:19 Evgeny Mandrikov wrote:
|
|
I want to believe that
|
|
|
|
{noformat}
|
|
|
|
if (...) {
|
|
|
|
doSomething();
|
|
|
|
} else {
|
|
|
|
doSomething();
|
|
|
|
}
|
|
|
|
{noformat}
|
|
|
|
is part of this rule. But this is not clear from description.
|
|
|
|
=== on 8 Apr 2015, 14:13:39 Ann Campbell wrote:
|
|
Not sure I get your point [~evgeny.mandrikov]
|
|
|
|
=== on 8 Apr 2015, 16:02:13 Evgeny Mandrikov wrote:
|
|
\[~ann.campbell.2] description looks good, and I updated examples to cover this case explicitly.
|
|
|