diff --git a/.rubocop.yml b/.rubocop.yml index 2eff505bf..f1fec2de0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -767,6 +767,9 @@ Style/RedundantStringEscape: Style/SafeNavigation: Enabled: true +Style/SingleLineDoEndBlock: + Enabled: true + Style/SingleLineMethods: Enabled: true