Rubocop v0.87.1 Release Notes

Release Date: 2020-07-07 // almost 4 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿ’ป #8252: Fix a command line option name from --safe-autocorrect to --safe-auto-correct, which is compatible with RuboCop 0.86 and lower. (@koic)
    • ๐Ÿ’… #8259: Fix false positives for Style/BisectedAttrAccessor when accessors have different access modifiers. (@fatkodima)
    • ๐Ÿ’… #8253: Fix false positives for Style/AccessorGrouping when accessors have different access modifiers. (@fatkodima)
    • #8257: Fix an error for Style/BisectedAttrAccessor when using attr_reader and attr_writer with splat arguments. (@fatkodima)
    • ๐Ÿ”ง #8239: Don't load .rubocop.yml from personal folders to check for exclusions if given a custom configuration file. (@deivid-rodriguez)
    • ๐Ÿ‘ #8256: Fix an error for --auto-gen-config when running a cop who do not support auto-correction. (@koic)
    • ๐Ÿ‘• #8262: Fix Lint/DeprecatedOpenSSLConstant auto-correction of OpenSSL::Cipher to use lower case, as some Linux-based systems do not accept upper cased cipher names. (@bdewater)