relnotes/v0.67.0.md
Rails/ActiveRecordOverride that checks for overriding Active Record methods instead of using callbacks. (@elebow)Rails/RedundantAllowNil that checks for cases when allow_blank makes allow_nil unnecessary in model validations. (@elebow)Naming/RescuedExceptionsVariableName cop. (@AdrienSldy)Naming/UncommunicativeMethodParamName account for param names prefixed with underscores. (@thomthom)Rails/RedundantReceiverInWithOptions when the body is empty. (@ericsullivan)Style/BlockComments when the file is missing a trailing blank line. (@ericsullivan)Lint/ToJSON when there are no to_json arguments. (@koic)StyleGuideBaseURL for Layout/ClassStructure. (@aeroastro)Rails/LinkToBlank auto-correct bug when using symbol for target. (@r7kamura)Rails/LinkToBlank when rel is a symbol value. (@r7kamura)IncludedMacros param to default rubocop config for Style/MethodCallWithArgsParentheses. (@maxh)Rails/Present or Rails/Blank in an unless else context when Style/UnlessElse is enabled. (@rrosenblum)LstripRstrip from Performance to Style department and rename it to Strip. (@anuja-joshi)Struct.new in Style/StructInheritance. (@XrXr)Performance/RedundantSortBy, Performance/UnneededSort and Performance/Sample to the Style department. (@bbatsov)