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: