Rubocop v0.47.1 Release Notes

Release Date: 2017-01-18 // over 7 years ago
  • ๐Ÿ› Bug fixes

    • ๐ŸŽ #3911: Prevent a crash in Performance/RegexpMatch cop with module definition. ([@pocke][])
    • ๐Ÿ’… #3908: Prevent Style/AlignHash from breaking on a keyword splat when using enforced table style. ([@drenmi][])
    • ๐Ÿš… #3918: Prevent Rails/EnumUniqueness from breaking on a non-literal hash value. ([@drenmi][])
    • ๐Ÿ”ง #3914: Fix department resolution for third party cops required through configuration. ([@backus][])
    • #3846: NodePattern works for hyphenated node types. ([@alexdowad][])
    • ๐Ÿ’… #3922: Prevent Style/NegatedIf from breaking on negated ternary. ([@drenmi][])
    • ๐Ÿ‘• #3915: Fix a false positive in Lint/SafeNavigationChain cop with try method. ([@pocke][])