relnotes/v1.16.0.md
if and unless syntax keywords of Ruby 2.7's pattern matching for Layout/SpaceAroundKeyword. (@koic)Style/IdenticalConditionalBranches. (@koic)Style/InPatternThen cop. (@koic)AllowedReceivers option for Style/HashEachMethods. (@koic)in pattern syntax for Layout/CaseIndentation. (@koic)Style/QuotedSymbols to enforce consistency in quoted symbols. (@dvandersluis)Lint/EmptyInPattern cop. (@koic)Style/MultilineInPatternThen cop. (@koic)Lint/RedundantCopDisableDirective. (@koic)Style/TopLevelMethodDefinition when defining a top-level method after a class definition. (@koic)Layout/HashAlignment when a kwsplat node is on the same line as a pair node with table style. (@dvandersluis)Layout/HashAlignment when set EnforcedStyle: with_fixed_indentation of ArgumentAlignment. (@koic)Layout/ArgumentAlignment with Layout/FirstHashElementIndentation when setting EnforcedStyle: with_fixed_indentation. (@koic)Lint/SymbolConversion to only quote with double quotes, since Style/QuotedSymbols can now correct those to the correct quotes as per configuration. (@dvandersluis)