From 3b9274e9e38a429f685d4084ffddc76d1cc6cba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C4=B0nce?= Date: Tue, 13 Mar 2018 09:46:52 +0300 Subject: [PATCH] Updating rubocop rules --- .rubocop.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 99f6ba340a..8cfca63671 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -92,9 +92,10 @@ Style/NumericLiterals: Enabled: false Description: 'This often hurts readability for exploit-ish code.' -Layout/SpaceInsideBrackets: - Enabled: false - Description: 'Until module template are final, most modules will fail this.' +Layout/AlignParameters: + Enabled: true + EnforcedStyle: 'with_fixed_indentation' + Description: 'initialize method of every module has fixed indentation for Name, Description, etc' Style/StringLiterals: Enabled: false