Loading .rubocop.yml +12 −6 Original line number Diff line number Diff line Loading @@ -27,10 +27,16 @@ Metrics/ClassLength: Metrics/ModuleLength: Max: 1500 # Raise AbcSize from 15 to 20 # Raise complexity metrics Metrics/AbcSize: Max: 20 Metrics/CyclomaticComplexity: Max: 20 Metrics/PerceivedComplexity: Max: 20 # Some blocks are longer. Metrics/BlockLength: ExcludedMethods: Loading Loading
.rubocop.yml +12 −6 Original line number Diff line number Diff line Loading @@ -27,10 +27,16 @@ Metrics/ClassLength: Metrics/ModuleLength: Max: 1500 # Raise AbcSize from 15 to 20 # Raise complexity metrics Metrics/AbcSize: Max: 20 Metrics/CyclomaticComplexity: Max: 20 Metrics/PerceivedComplexity: Max: 20 # Some blocks are longer. Metrics/BlockLength: ExcludedMethods: Loading