relnotes/v1.71.0.md
Lint/ArrayLiteralInRegexp cop. (@dvandersluis)Style/HashSlice cop. (@lovro-bikic)Style/FrozenStringLiteralComment when using the frozen string literal magic comment in Active Admin's arb files. (@koic)rubocop_cache to the path given by --cache-root when pruning cache. (@capncavedan)Lint/OutOfRangeRegexpRef when matching with match using safe navigation. (@koic)Style/BlockDelimiters when using brace blocks as conditions under EnforcedStyle: semantic. (@koic)Style/RedundantLineContinuation when the continuation is preceded by an interpolated string. (@dvandersluis)Style/RedundantLineContinuation when the continuation is followed by a percent array. (@dvandersluis)Style/RedundantLineContinuation when the ruby code ends with a commented continuation. (@dvandersluis)Style/ArrayFirstLast when calling .[] or &.[] with 0 or -1. (@dvandersluis)Lint/SafeNavigationChain when adding safe navigation to an operator call inside a hash. (@dvandersluis)Style/IfUnlessModifier when using omitted hash values in an assignment. (@elliottt)Style/SoleNestedConditional. (@tejasbubane)Style/RedundantLineContinuation when calling methods with fully qualified constants. (@earlopain)Style/ConditionalAssignment cop error on unless without else and assign_inside_condition enforced style. (@viralpraxis)Style/FrozenStringLiteralComment cop error on unnormalized magic comment and never enforced style. (@viralpraxis)Metrics/CollectionLiteralLength to only register for [] when called on Set. (@dvandersluis)Lint/FloatComparison. (@dvandersluis)Layout/MultilineMethodCallBraceLayout. (@dvandersluis)Layout/MultilineMethodArgumentLineBreaks. (@dvandersluis)Security/CompoundHash. (@dvandersluis)Style/BlockDelimiters. (@dvandersluis)Style/CollectionMethods. (@dvandersluis)Style/MapToSet. (@dvandersluis)Style/MethodCallWithoutArgsParentheses. (@dvandersluis)Lint/NumericOperationWithConstantResult. (@dvandersluis)Lint/RedundantStringCoercion. (@dvandersluis)Lint/UselessNumericOperation. (@dvandersluis)--show-cops. (@kyanagi)Style/RedundantParentheses aware of parenthesized assignment. (@koic)Style/RedundantLineContinuation to handle required continuations following super. (@dvandersluis)