disable modulelength and classlength check with rubocop

This commit is contained in:
Alexander Meindl 2018-09-26 10:28:28 +02:00
parent f2d04ae3f2
commit 73df27883e

View File

@ -12,7 +12,7 @@ Metrics/BlockLength:
Max: 60
Metrics/ClassLength:
Max: 500
Enabled: false
Metrics/CyclomaticComplexity:
Max: 20
@ -24,7 +24,7 @@ Metrics/MethodLength:
Max: 60
Metrics/ModuleLength:
Max: 500
Enabled: false
Metrics/PerceivedComplexity:
Max: 20