relnotes/v1.75.8.md
Lint/FloatComparison cop to detect floating-point number comparisons in case statements. (@daisuke)Style/RedundantFormat with invalid format arguments. (@earlopain)Style/DefWithParentheses when using endless method definition with empty parentheses and a space before =. (@koic)EnforcedStyle: with_fixed_indentation of Layout/ArgumentAlignment and EnforcedStyle: consistent of Layout/FirstArgumentIndentation and Layout/HashAlignment. (@koic)Layout/EmptyLinesAroundAccessModifier cop error on trailing access modifier. (@viralpraxis)Lint/DuplicateMethods cop error on to option is dynamically generated and prefix is enabled. (@viralpraxis)Style/MapToHash with destructuring argument. (@lovro-bikic)rubocop:todo EOL comment. (@jonas054)