diff --git a/.rubocop.yml b/.rubocop.yml index 828a5227d..3175750f5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -739,6 +739,9 @@ Style/ComparableBetween: Style/DigChain: Enabled: true +Style/EmptyStringInsideInterpolation: + Enabled: true + Style/FileRead: Enabled: true