Skip to content

0.5.0: Downy™

Compare
Choose a tag to compare
@jpsim jpsim released this 13 Dec 02:18

Big thanks to @marcelofabri and @michallaskowski for contributing to this release!

Breaking
  • init() is no longer a member of the Rule 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 like URL and other
    acronyms.
    Marcelo Fabri
    #161
  • Add autocorrect command to automatically correct certain violations
    (currently only trailing_newline, trailing_semicolon &
    trailing_whitespace).
    JP Simard
    #5
  • Allow to exclude files from included directory with excluded.
    Michal Laskowski
Bug Fixes
  • Statement position rule no longer triggers for non-keyword uses of catch and
    else.
    JP Simard
    #237
  • Fix issues with multi-byte characters.
    JP Simard
    #234