relnotes/v0.68.0.md
always_braces to Style/BlockDelimiter. (@iGEL)<>. (@marcandre)--init option for generate .rubocop.yml file in the current directory. (@koic)Layout/HeredocArgumentClosingParenthesis cop. (@maxh)Metrics/LineLength. (@maxh)Layout/IndentFirstParameter. (@maxh)Layout/FirstMethodArgumentLineBreak aware of calling using super. (@koic)Lint/HeredocMethodCallPosition cop. (@maxh)Rails/RedundantAllowNil when with interpolations. (@Blue-Pix)Rails/ActiveRecordOverride when no parent_class present. (@diachini)Rails/Validation. (@jmanian)Rails/ReflectionClassName to use string interpolation for class_name. (@r7kamura)Style/HashSyntax cop when a hash key is an interpolated string and EnforcedStyle is ruby19_no_mixed_keys. (@tatsuyafw)Naming/RescuedExceptionsVariableName would handle an only first rescue for multiple rescue groups. (@tatsuyafw)Style/InverseMethods and Style/Not. (@hoshinotsuyoshi)Layout/AccessModifierIndentation should ignore access modifiers that apply to specific methods. (@deivid-rodriguez)Lint/Lambda and Lint/UnusedBlockArgument. (@koic)Style/SafeNavigation when a modifier if is safe guarding a method call being passed to break, fail, next, raise, return, throw, and yield. (@rrosenblum)Lint/LiteralInInterpolation if contains array percent literal. (@yakout)Naming/RescuedExceptionsVariableName. (@anthony-robin)_ in Naming/RescuedExceptionsVariableName cop. (@anthony-robin)--auto-gen-only-exclude to the command outputted in rubocop_todo.yml if the option is specified. (@dvandersluis)Lint/UnderscorePrefixedVariableName cop to be configured to allow use of block keyword args. (@dduugg)Layout/FirstParameterIndentation to Layout/IndentFirstArgument. (@maxh)Layout/AlignParameters into Layout/AlignArguments. (@maxh)IndentArray and IndentHash to IndentFirstArrayElement and IndentFirstHashElement. (@maxh)