diff --git a/.rubocop.yml b/.rubocop.yml index 39651d553db2502508caad1e03853221772b3cfe..66fe0faacaf84a66684976173ddb72eb53dd9eee 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: