green
v0.1.1
Search documentation of green
Settings
Green.Rules.Linting.NoUnlessWithElse
(green v0.1.1)
This cop transforms
unless
with
else
into
if
with
else
.