Bug fixes
- #10685: Fix a false positive for
Style/StringConcatenation
whenMode: conservative
and first operand is not string literal. (@koic) - #10670: Fix a false positive for
Style/FetchEnvVar
in the body with assignment method. (@ydah) - #10671: Fix an incorrect autocorrect for
EnforcedStyle: with_first_argument
ofLayout/ArgumentAlignment
andEnforcedColonStyle: separator
ofLayout/HashAlignment
. (@koic) - #10676: Fix
--ignore-unrecognized-cops
option always showing empty warning even if there was no problem. (@nobuyo) - #10674: Fix a false positive for
Naming/AccessorMethodName
with type of the first argument is other thanarg
. (@ydah) - #10679: Fix a false positive for
Style/SafeNavigation
whenTargetRubyVersion: 2.2
or lower. (@koic)