relnotes/v0.75.0.md
Lint/SendWithMixinArgument cop. (@koic)Enabled, Safe, SafeAutocorrect, and AutoCorrect keys in .rubocop.yml. (@unasuke)StyleGuideBaseURL per department. (@koic)remote_byebug to Lint/Debugger cop. (@riley-klingler).rubocop.yml. (@raymondfallon)pacman. (@crojasaragonez)IgnoredPatterns option for Naming/MethodName cop. (@koic)--disable-uncorrectable will now disable cops using rubocop:todo instead of rubocop:disable. (@desheikh)Style/RedundantParentheses on method calls where the first argument begins with a hash literal. (@halfwhole)Layout/SpaceInsideArrayLiteralBrackets properly handle tab-indented arrays. (@buehmann)Layout/SpaceInsideStringInterpolation skip over interpolations that start or end with a line break. (@buehmann)Lint/FormatParameterMismatch did not recognize named format sequences like %.2<name>f where the name appears after some modifiers. (@buehmann)Lint/NumberConversion when #to_i called without a receiver. (@koic)Style/TrailingCommaIn*Literal and Layout/Multiline*BraceLayout for arrays and hashes. (@buehmann)Style/FrozenStringLiteralComment match only true & false. (@tejasbubane)else in Style/ConditionalAssignment. (@jonas054)Layout/MultilineBlockLayout. (@jonas054)Style/BlockDelimiters offense when block result is assigned to an attribute. (@mvz)Lint/UnneededCopEnableDirective offenses undetected/uncorrected. (@jonas054)Style/AccessModifierDeclarations when access modifier name is used for hash literal value. (@koic)if/unless correctly in Lint/UselessAssignment. (@jonas054)Style/SafeNavigation cop for preserve comments inside if expression. (@tejasbubane)Style/BracesAroundHashParameters. (@jonas054)Style/RedundantSelf when receiver and multiple assigned lvalue have the same name. (@koic)Style/RedundantSelf when a self receiver is used as a method argument. (@koic)Style/NestedModifier when parentheses are required in method arguments. (@koic)Style/TernaryParentheses when only the closing parenthesis is used in the last line of condition. (@koic)Layout/IndentAssignment with Layout/IndentFirstArgument when using multiple assignment. (@koic)Style/OrAssignment cop when then branch body is empty. (@koic)Layout/SpaceInsideBlockBraces and Style/BlockDelimiters when using multiline empty braces. (@koic)Layout/EmptyLinesAroundAccessModifier and UselessAccessModifier when using method with the same name as access modifier around a method definition. (@koic)Style/StringHashKeys as unsafe. (@prathamesh-sonpatki)Style/VariableName aware argument names when invoking a method. (@koic)Style/IfUnlessModifier report and auto-correct modifier lines that are too long. (@jonas054)Style/FrozenStringLiteralComment no longer inserts an empty line after the comment. This is left to Layout/EmptyLineAfterMagicComment. (@buehmann)Style/FormatStringToken now detects format sequences with flags and modifiers. (@buehmann)IgnoredMethodPatterns option to IgnoredPatterns option for Style/MethodCallWithArgsParentheses. (@koic)Style/YodaCondition. (@koic)