From 8b34f358962dd41ca5bb61df307d4e751be8e4b7 Mon Sep 17 00:00:00 2001 From: Tino Vazquez Date: Mon, 20 Apr 2020 18:41:27 +0200 Subject: [PATCH] L #-: Update rubocop config file for 0.82.0 --- share/linters/.rubocop.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/share/linters/.rubocop.yml b/share/linters/.rubocop.yml index f3416465be..5ffdc20b60 100644 --- a/share/linters/.rubocop.yml +++ b/share/linters/.rubocop.yml @@ -618,6 +618,9 @@ Layout/HashAlignment: Layout/SpaceAroundOperators: Enabled: false +Layout/SpaceAroundMethodCallOperator: + Enabled: true + ### ####### @@ -727,6 +730,10 @@ Style/FloatDivision: Style/RedundantBegin: Enabled: false +Style/ExponentialNotation: + Enabled: true + + ###### # LINT ######