diff --git a/.rubocop.yml b/.rubocop.yml index 0413f848b..3cae66c73 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -26,6 +26,22 @@ Style/FrozenStringLiteralComment: Layout/LineLength: Max: 94 +# Enable new cops from RuboCop 0.80, 0.81 and 0.82 +Layout/SpaceAroundMethodCallOperator: + Enabled: true +Lint/RaiseException: + Enabled: true +Lint/StructNewOverride: + Enabled: true +Style/ExponentialNotation: + Enabled: true +Style/HashEachMethods: + Enabled: true +Style/HashTransformKeys: + Enabled: true +Style/HashTransformValues: + Enabled: true + # We only permit it in this one area which is internal code testing. Never exposed to users Security/Eval: Exclude: