relnotes/v0.86.0.md
Style/RedundantFetchBlock cop. (@fatkodima)Style/StructInheritance. (@tejasbubane)expect_offense templates add variable-length whitespace with _{foo}. (@eugeneius)Style/MultilineTernaryOperator. (@koic)Style/NestedTernaryOperator. (@koic)Lint/ConstantResolution cop. (@robotdana)Lint/RegexpAsCondition. (@koic)Lint/RaiseException. (@koic)Naming/MethodName: EnforcedStyle: camelCase and _ or i variables. (@avrusanov)Lint::FormatParameterMismatch when argument contains formatting. (@andrykonchin)Style/RedundantRegexpEscape with escaped delimiters. (@owst)Lint/FormatParameterMismatch when using named parameters with escaped %. (@koic)Style/RedundantRegexpCharacterClass when using interpolations. (@owst)Layout/EmptyLinesAroundAttributeAccessor when using attribute accessors in if ... else branches. (@koic)Layout/MultilineBlockLayout when missing newline before opening parenthesis ( for block body. (@koic)Style/YodaCondition when interpolation is used on the left hand side. (@koic)Metrics/CyclomaticComplexity now counts &., ||=, &&= and blocks known to iterate. Default bumped from 6 to 7. (@marcandre)Lint/RaiseException. (@koic)