relnotes/v0.68.1.md
Style/SafeNavigation from crashing. (@RicardoTrindade)Style/RedundantParentheses when enclosed in parentheses at while-post or until-post. (@koic)Style/RedundantFreeze when freezing the result of String#*. (@bquorning)Naming/RescuedExceptionsVariableName to also rename all references to the variable. (@Darhazer)Layout/IndentFirstParameter cop. (@drenmi)Style/MixinUsage when using inside block and if condition is after include. (@koic)Style/Next and Style/SafeNavigation. (@hoshinotsuyoshi)Style/BlockDelimiters to properly check if the node is chained when braces_for_chaining is set. (@att14)