From 61ee8ef9f55687f1e12a4433a0034866df6c45db Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Wed, 18 Feb 2015 16:04:04 +0200 Subject: [PATCH] Rubocop yml update --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index c58f51bdb..ed6970b34 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -77,3 +77,7 @@ Style/AsciiComments: # because NerdCommenter honors commented code intentions Style/CommentIndentation: Enabled: false + +# It did not alayws suggested good format +Style/AlignParameters: + Enabled: false