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
#8232: Fix a false positive for Layout/EmptyLinesAroundAccessModifier when end immediately after access modifier. (@koic)
#7777: Fix crash for Layout/MultilineArrayBraceLayout when comment is present after last element. (@shekhar-patil)
#7776: Fix crash for Layout/MultilineMethodCallBraceLayout when comment is present before closing braces. (@shekhar-patil)
#8282: Fix Style/IfUnlessModifier bad precedence detection. (@tejasbubane)
#8289: Fix Style/AccessorGrouping to not register offense for accessor with comment. (@tejasbubane)
#8310: Handle major version requirements in Gemspec/RequiredRubyVersion. (@eugeneius)
#8315: Fix crash for Style/PercentLiteralDelimiters when the source contains invalid characters. (@eugeneius)
#8239: Don't load .rubocop.yml files at all outside of the current project, unless they are personal configuration files and the project has no configuration. (@deivid-rodriguez)
Changes
#8021: Rewrite Layout/SpaceAroundMethodCallOperator cop to make it faster. (@fatkodima)
#8294: Add of to AllowedNames of MethodParameterName cop. (@AlexWayfer)