relnotes/v1.74.0.md
Style/ComparableBetween. (@lovro-bikic)Style/CommentedKeyword. (@dak2)Lint/SharedMutableDefault when capacity keyword argument is used. (@koic)Style/DoubleNegation when calling define_method/define_singleton_method with a numblock. (@earlopain)Lint/ReturnInVoidContext when returning out of a block. (@earlopain)Lint/UselessConstantScoping for constants defined in class << self. (@earlopain)Lint/NonLocalExitFromIterator with numblocks. (@earlopain)Style/RedundantCurrentDirectoryInPath when using a complex current directory path in require_relative. (@koic)Lint/LiteralAsCondition when the literal is followed by return, break, or next. (@earlopain)Style/MethodCallWithArgsParentheses with EnforcedStyle: omit_parentheses style and numblocks. (@earlopain)rubocop-rails or rubocop-performance extraction, even if they are already part of the Gemfile. (@earlopain)Lint/RedundantCopDisableDirective to register an offense when cop names are given with improper casing. (@dvandersluis)Style/RescueModifier when using parallel assignment and the right-hand-side is not a bracketed array. (@earlopain)EnforcedStyleForClasses and EnforcedStyleForModules configuration options to Style/ClassAndModuleChildren. (@dvandersluis)Mode: conservative configuration to Style/FormatStringToken to make the cop only register offenses for strings given to printf, sprintf, format, and %. (@dvandersluis)TLS1_1 and TLS1_2 by default in Naming/VariableNumber to accommodate OpenSSL version parameter names. (@koic)Lint/RedundantTypeConversion aware of redundant to_d. (@koic)