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:
@@ -30,7 +30,8 @@ set :pty, true
|
||||
set :use_sudo, false
|
||||
|
||||
set :linked_files, %w[config/database.yml config/secrets.yml]
|
||||
set :linked_dirs, %w[.bundle log tmp public/system public/assets public/ckeditor_assets public/machine_learning/data storage]
|
||||
set :linked_dirs, %w[.bundle log tmp public/system public/assets
|
||||
public/ckeditor_assets public/machine_learning/data storage]
|
||||
|
||||
set :keep_releases, 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user