diff --git a/share/linters/.rubocop.yml b/share/linters/.rubocop.yml index 0b99cedd26..6b0c943b74 100644 --- a/share/linters/.rubocop.yml +++ b/share/linters/.rubocop.yml @@ -725,10 +725,12 @@ Style/FrozenStringLiteralComment: Style/NumericPredicate: Enabled: false - Style/SafeNavigation: Enabled: false +Style/FloatDivision: + Enabled: false + ###### # LINT ######