From 5fb0c622462dcde7cf1fed12405476c54cf15b43 Mon Sep 17 00:00:00 2001 From: Malaber <32635600+Malaber@users.noreply.github.com> Date: Thu, 29 Nov 2018 12:06:26 +0100 Subject: [PATCH] Make HoundBot shut (the fuck) up --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 271ade4..bfbb3af 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -17,7 +17,7 @@ Metrics/LineLength: Metrics/MethodLength: Exclude: - "db/migrate/*" - Max: 20 + Max: 50 # The guiding principle of classes is SRP, SRP can't be accurately measured by LoC Metrics/ClassLength: @@ -29,7 +29,7 @@ Metrics/ModuleLength: Metrics/AbcSize: Exclude: - "db/migrate/*" - Max: 20 + Max: 50 Metrics/BlockLength: ExcludedMethods: