Rubocop v1.3.1 Release Notes

Release Date: 2020-11-16 // over 3 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿ’Ž #9037: Fix required_ruby_version issue when using Gem::Requirement. (@cetinajero)
    • #9039: Fix stack level too deep error if target directory contains **. (@unasuke)
    • #6962: Limit Layout/ClassStructure constant order autocorrect to literal constants. (@tejasbubane)
    • ๐Ÿ’… #9032: Fix an error for Style/DocumentDynamicEvalDefinition when using eval-type method with interpolated string that is not heredoc without comment doc. (@koic)
    • #9049: Have Lint/ToEnumArguments accept __callee__. (@marcandre)
    • ๐Ÿ’… #9050: Fix a false positive for Style/NegatedIfElseCondition when if with !! condition. (@koic)
    • #9041: Fix a false positive for Naming/VariableNumber when using integer symbols. (@koic)

    ๐Ÿ”„ Changes

    • ๐Ÿš€ #9045: Have cut_release handle "config/default" and generate cops doc. (@marcandre)
    • ๐Ÿ‘• #9036: Allow enums method by default for Lint/ConstantDefinitionInBlock. (@koic)
    • #9035: Only complain about SafeYAML if it causes issues. (@marcandre)