Rubocop v0.13.1 Release Notes

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

    • HashSyntax cop does auto-correction.
    • #484: Allow calls to self to fix name clash with argument.
    • ๐Ÿ“‡ Renamed SpaceAroundBraces to SpaceAroundBlockBraces.
    • ๐Ÿ’… SpaceAroundBlockBraces now has a NoSpaceBeforeBlockParameters config option to enforce a style for blocks with parameters like {|foo| puts }.
    • ๐Ÿ†• New cop LambdaCall tracks uses of the obscure lambda.(...) syntax.

    ๐Ÿ› Bugs fixed

    • ๐Ÿ›  Fix crash on empty input file in FinalNewline.
    • #485: Fix crash on multiple-assignment and op-assignment in UselessSetterCall.
    • #497: Fix crash in UselessComparison and NilComparison.