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 usingattr_reader
andattr_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 ofOpenSSL::Cipher
to use lower case, as some Linux-based systems do not accept upper cased cipher names. (@bdewater)