Apply Layout/LineLength rubocop rule
Note we're excluding a few files: * Configuration files that weren't generated by us * Migration files that weren't generated by us * The Gemfile, since it includes an important comment that must be on the same line as the gem declaration * The Budget::Stats class, since the heading statistics are a mess and having shorter lines would require a lot of refactoring
This commit is contained in:
@@ -120,7 +120,14 @@ Layout/LineEndStringConcatenationIndentation:
|
||||
|
||||
Layout/LineLength:
|
||||
Max: 110
|
||||
Severity: refactor
|
||||
Exclude:
|
||||
- "Gemfile"
|
||||
- "config/environments/production.rb"
|
||||
- "config/environments/staging.rb"
|
||||
- "config/initializers/devise.rb"
|
||||
- "config/initializers/backtrace_silencers.rb"
|
||||
- "db/migrate/*create_delayed_jobs.rb"
|
||||
- "app/models/budget/stats.rb"
|
||||
|
||||
Layout/MultilineArrayBraceLayout:
|
||||
Enabled: true
|
||||
|
||||
Reference in New Issue
Block a user