You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#8925: Add --display-time option for displaying elapsed time of rubocop command. (@joshuapinter)
#8967: Add new Style/NegatedIfElseCondition cop. (@fatkodima)
#8984: Support auto-correction for Style/DoubleNegation. (@koic)
#8992: Support auto-correction for Lint/ElseLayout. (@koic)
#8988: Support auto-correction for Lint/UselessSetterCall. (@koic)
#8982: Support auto-correction for Naming/BinaryOperatorParameterName. (@koic)
Bug fixes
#8989: Fix multibyte support in the regexp node handler that led Style/RedundantRegexpEscape to malfunction and corrupt a program in auto-correction. (@knu)
#8912: Fix Layout/ElseAlignment for rescue/else/ensure inside do/end blocks with assignment. (@miry)
#8971: Fix a false alarm for # rubocop:disable Lint/EmptyBlock inline comment with Lint/RedundantCopDisableDirective. (@koic)
#8976: Fix an incorrect auto-correct for Style/KeywordParametersOrder when when kwoptarg is before kwarg and argument parentheses omitted. (@koic)
#8084: Fix a bug in how Layout/SpaceAroundBlockParameters handles block parameters with a trailing comma. (@bquorning)
#8966: Fix Layout/SpaceInsideParens to enforce no spaces in empty parens for all styles. (@joshuapinter)
Changes
#5717: Support defined?-based memoization for Naming/MemoizedInstanceVariableName cop. (@fatkodima)
#8964: Extend Naming/VariableNumber cop to handle method names and symbols. (@fatkodima)