Unverified Commit 7b039da2 authored by Dennis Schubert's avatar Dennis Schubert Committed by Jonne Haß
Browse files

Update Rubocop config

parent 0bb6c017
Loading
Loading
Loading
Loading
+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
+1 −1

File changed.

Contains only whitespace changes.