0.5.0: Downy™
Big thanks to @marcelofabri and @michallaskowski for contributing to this release!
Breaking
init()
is no longer a member of theRule
protocol.
Enhancements
- Add legacy constructor rule.
Marcelo Fabri
#202 - The
VariableNameRule
now allows variable names when the entire name is
capitalized. This allows stylistic usage common in cases likeURL
and other
acronyms.
Marcelo Fabri
#161 - Add
autocorrect
command to automatically correct certain violations
(currently onlytrailing_newline
,trailing_semicolon
&
trailing_whitespace
).
JP Simard
#5 - Allow to exclude files from
included
directory withexcluded
.
Michal Laskowski