From 80fc33d7df6c6290e643cb37da793e027d40d082 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 16 Aug 2014 15:00:26 +0100 Subject: [PATCH] Further tweak to rubocop.yml --- rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rubocop.yml b/rubocop.yml index b288926..cba983a 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -1,6 +1,9 @@ AllCops: RunRailsCops: true +Documentation: + Enabled: false + Style/AlignParameters: EnforcedStyle: with_fixed_indentation