diff --git a/.rubocop.yml b/.rubocop.yml index 39651d553..66fe0faac 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,7 @@ AllCops: RunRailsCops: true + Exclude: + - 'db/schema.rb' # Commonly used screens these days easily fit more than 80 characters. Metrics/LineLength: