relnotes/v0.52.1.md
Layout/AlignHash when using a hash including only a keyword splat. (@wata727)Style/FormatStringToken to allow regexp token. (@pocke)Layout/EmptyLinesAroundArguments operating on blocks. (@garettarrowood)Rails/HasManyOrHasOneDependent when using class_name option. (@koic)Style/EvalWithLocation reporting bad line offset. (@pocke)Metrics/LineLength:Max for --auto-gen-config. (@jonas054)Rails/RedundantReceiverInWithOptions when including another receiver in with_options. (@wata727)Style/CommentedKeyword. (@garettarrowood)Style/MixinUsage when using inside class or module. (@koic)Layout/SpaceInsideReferenceBrackets and Layout/SpaceInsideArrayLiteralBrackets configuration conflicts. (@garettarrowood)Style/AutoResourceCleanup shouldn't flag File.open(...).close. (@dpostorivo)loaded_path in warning. (@chrishulton)Rails/HasManyOrHasOneDependent when using a option of has_many or has_one association. (@koic)Rails/Presence when the else block is multiline. (@wata727)Rails/InverseOf when including through or polymorphic options. (@wata727)--auto-gen-config might fail on invalid YAML. (@bquorning)Style/HashSyntax from stripping quotes off of symbols during autocorrection for ruby22+. (@garettarrowood)Layout/RescueEnsureAlignment in Ruby 2.5. (@pocke)Rails/InverseOf when using with_options. (@wata727)Style/BracesAroundHashParameters autocorrect. (@flyerhzm).ruby-version in parent directories. (@ybiquitous)Style/ExtendSelf cop. (@pocke)Layout/SpaceBeforeBlockBraces's EnforcedStyleForEmptyBraces from no_space to space. (@garettarrowood)Corrector classes and move all autocorrect methods out of mixin Modules. (@garettarrowood)