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