relnotes/v0.72.0.md
Gemspec/RubyVersionGlobalsUsage cop. (@malyshkosergey)AllowIfModifier option to Style/IfInsideElse cop. (@koic)Style/FloatDivision that checks coercion. (@tejasbubane)Style/TernaryParentheses cop to allow safe navigation operator without parentheses. (@timon)Style/TernaryParentheses cop. (@parkerfinch)Lint/NumberConversion when #to_i called on a variable on a hash. (@koic)Style/MethodCallWithArgsParentheses. (@gsamokovarov)Style/WordArray with encoding: binary magic comment and non-ASCII string. (@pocke)Lint/DuplicatedKey when using endless range. (@koic)Style/WordArray to also consider words containing hyphens. (@fwitzke)Naming/RescuedExceptionsVariableName. (@pocke, @anthony-robin)Style/ConditionalAssignment when without else branch'. (@koic)Style/SafeNavigation when using unless nil? as a safeguarded'. (@koic)EnforcedStyle: rails to EnabledStyle: outdented_access_modifiers for Layout/IndentationConsistency. (@koic)Style/FormatString if second argument to String#% is a variable. (@tejasbubane)Style/SafeNavigation when using unless nil? as a safeguarded'. (@koic)