From 2f267011a685f41190f0fd2376f7a60d59b1dd87 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 25 Jul 2014 12:13:33 +0100 Subject: [PATCH] Enable RailsCop in .rubocop.yml --- rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rubocop.yml b/rubocop.yml index 4a96b07..e445684 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -1,3 +1,6 @@ +AllCops: + RunRailsCops: true + Style/AlignParameters: EnforcedStyle: with_fixed_indentation