Loading .rubocop.yml +4 −1 Original line number Diff line number Diff line AllCops: RunRailsCops: true Exclude: - 'db/schema.rb' - "bin/**/*" - "db/schema.rb" # Commonly used screens these days easily fit more than 80 characters. Metrics/LineLength: Loading @@ -15,6 +16,8 @@ Metrics/MethodLength: # The guiding principle of classes is SRP, SRP can't be accurately measured by LoC Metrics/ClassLength: Max: 1500 Metrics/ModuleLength: Max: 1500 # Raise AbcSize from 15 to 20 Metrics/AbcSize: Loading Loading
.rubocop.yml +4 −1 Original line number Diff line number Diff line AllCops: RunRailsCops: true Exclude: - 'db/schema.rb' - "bin/**/*" - "db/schema.rb" # Commonly used screens these days easily fit more than 80 characters. Metrics/LineLength: Loading @@ -15,6 +16,8 @@ Metrics/MethodLength: # The guiding principle of classes is SRP, SRP can't be accurately measured by LoC Metrics/ClassLength: Max: 1500 Metrics/ModuleLength: Max: 1500 # Raise AbcSize from 15 to 20 Metrics/AbcSize: Loading