Rubocop v0.49.1 Release Notes

Release Date: 2017-05-29 // almost 7 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿ’… #4411: Handle properly safe navigation in Style/YodaCondition. ([@bbatsov][])
    • ๐Ÿ’… #4412: Handle properly literal comparisons in Style/YodaCondition. ([@bbatsov][])
    • ๐Ÿ’… Handle properly class variables and global variables in Style/YodaCondition. ([@bbatsov][])
    • ๐Ÿ’… #4392: Fix the auto-correct of Style/Next when the end is misaligned. ([@rrosenblum][])
    • ๐ŸŽ #4407: Prevent Performance/RegexpMatch from blowing up on match without arguments. ([@pocke][])
    • ๐Ÿ’… #4414: Handle pseudo-assignments in for loops in Style/ConditionalAssignment. ([@bbatsov][])
    • 0๏ธโƒฃ #4419: Handle combination AllCops: DisabledByDefault: true and Rails: Enabled: true. ([@jonas054][])
    • ๐Ÿ’… #4422: Fix missing space in message for Style/MultipleComparison. ([@timrogers][])
    • ๐Ÿ’… #4420: Ensure Style/EmptyMethod honours indentation when auto-correcting. ([@drenmi][])
    • ๐Ÿ’… #4442: Prevent Style/WordArray from breaking on strings that aren't valid UTF-8. ([@pocke][])
    • #4441: Prevent Layout/SpaceAroundBlockParameters from breaking on lambda. ([@pocke][])

    ๐Ÿ”„ Changes

    • #4436: Display 'Running parallel inspection' only with --debug. ([@pocke][])