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 ######