Rubocop v0.14.1 Release Notes

Release Date: 2013-10-10 // over 10 years ago
  • ๐Ÿ†• New features

    • #551: New cop BracesAroundHashParameters checks for braces in function calls with hash parameters. ([@dblock][])
    • ๐Ÿ†• New cop SpaceAfterNot tracks redundant space after the ! operator. ([@bbatsov][])

    ๐Ÿ› Bugs fixed

    • ๐Ÿ›  Fix bug concerning table and separator alignment of multi-line hash with multiple keys on the same line. ([@jonas054][])
    • #550: Fix a bug where ClassLength counted lines of inner classes/modules. ([@yujinakayama][])
    • ๐Ÿ“š #550: Fix a false positive for namespace class in Documentation. ([@yujinakayama][])
    • ๐Ÿ“œ #556: Fix "Parser::Source::Range spans more than one line" bug in clang formatter. ([@yujinakayama][])
    • ๐Ÿ‘ป #552: RaiseArgs allows exception constructor calls with more than one 1 argument. ([@bbatsov][])