From e22f6472aa73a2022d6c2dfe1cb4b8fc59008876 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Fri, 6 Mar 2015 10:29:16 +0200 Subject: [PATCH] Turn off NumericLiterals --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index ed6970b34..1bf26279f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -81,3 +81,7 @@ Style/CommentIndentation: # It did not alayws suggested good format Style/AlignParameters: Enabled: false + +# No need fancy style of numbers such as 1_000_000 +Style/NumericLiterals + Enabled: false