diff --git a/.rubocop.yml b/.rubocop.yml index c076029f06..54dcaf80f9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -179,6 +179,12 @@ Layout/TrailingWhitespace: Style/UnneededPercentQ: Enabled: true +Lint/AmbiguousOperator: + Enabled: true + +Lint/AmbiguousRegexpLiteral: + Enabled: true + Lint/ErbNewArguments: Enabled: true