relnotes/v0.93.1.md
Style/TernaryParentheses with defined?. (@dvandersluis)Lint/RedundantSafeNavigation to be more safe. (@fatkodima)Style/RedundantBegin with a postfix while or until. (@dvandersluis)Style/RedundantBegin when using begin for or assignment and method call. (@koic)Lint/AmbiguousRegexpLiteral when using regexp without method calls in nested structure. (@koic)Metrics/ClassLength when multiple assignments to constants. (@koic)Style/RedundantBegin when using begin for method argument or part of conditions. (@koic)Style/ClassEqualityComparison when comparing class name. (@koic)Style/ClassLength when overlapping constant assignments. (@koic)