diff --git a/.rubocop.yml b/.rubocop.yml index 20b35af..64a3842 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,3 +3,15 @@ require: AllCops: NewCops: enable + +Metrics/AbcSize: + Enabled: false + +Metrics/CyclomaticComplexity: + Enabled: false + +Metrics/MethodLength: + Max: 100 + +Metrics/PerceivedComplexity: + Enabled: false