Loading .rubocop.yml +3 −1 Original line number Diff line number Diff line AllCops: RunRailsCops: true Exclude: - "bin/**/*" - "db/schema.rb" Rails: Enabled: true # Commonly used screens these days easily fit more than 80 characters. Metrics/LineLength: Max: 120 Loading Gemfile +1 −1 File changed.Contains only whitespace changes. Show changes Loading
.rubocop.yml +3 −1 Original line number Diff line number Diff line AllCops: RunRailsCops: true Exclude: - "bin/**/*" - "db/schema.rb" Rails: Enabled: true # Commonly used screens these days easily fit more than 80 characters. Metrics/LineLength: Max: 120 Loading