relnotes/v0.87.1.md
--safe-autocorrect to --safe-auto-correct, which is compatible with RuboCop 0.86 and lower. (@koic)Style/BisectedAttrAccessor when accessors have different access modifiers. (@fatkodima)Style/AccessorGrouping when accessors have different access modifiers. (@fatkodima)Style/BisectedAttrAccessor when using attr_reader and attr_writer with splat arguments. (@fatkodima).rubocop.yml from personal folders to check for exclusions if given a custom configuration file. (@deivid-rodriguez)--auto-gen-config when running a cop who do not support auto-correction. (@koic)Lint/DeprecatedOpenSSLConstant auto-correction of OpenSSL::Cipher to use lower case, as some Linux-based systems do not accept upper cased cipher names. (@bdewater)