diff --git a/.rubocop.yml b/.rubocop.yml index 66133b1..b3520a2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -163,7 +163,7 @@ Layout/TrailingWhitespace: Enabled: true # Use quotes for string literals when they are enough. -Style/UnneededPercentQ: +Style/RedundantPercentQ: Enabled: true Lint/AmbiguousOperator: