From 82680f01701123e87b441331298a5af220b8833a Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Fri, 2 Oct 2020 07:38:40 +0300 Subject: [PATCH] Disable Rails cops --- .rubocop.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 943b7208..854661cf 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -5,9 +5,6 @@ AllCops: - 'config/**/*' - 'script/**/*' -Rails: - Enabled: true - Style/AlignParameters: EnforcedStyle: with_fixed_indentation