From 8cc1361765bf2ae44220c32e1886f4ef75cb6808 Mon Sep 17 00:00:00 2001 From: mhenrixon Date: Wed, 22 Apr 2020 13:25:18 +0200 Subject: [PATCH] Adds config of newer cops --- config/default.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/default.yml b/config/default.yml index a1fa48f..216b45c 100644 --- a/config/default.yml +++ b/config/default.yml @@ -211,3 +211,14 @@ Style/TrailingCommaInHashLiteral: Style/WordArray: EnforcedStyle: percent + +# NEW COPS AFTER VERSION 0.80 + +Layout/SpaceAroundMethodCallOperator: + Enabled: true +Lint/RaiseException: + Enabled: true +Lint/StructNewOverride: + Enabled: true +Style/ExponentialNotation: + Enabled: true \ No newline at end of file