Enable the Layout/EmptyLines cop
This commit is contained in:
parent
ff1f679c7b
commit
f496f1adab
21 changed files with 1 additions and 27 deletions
|
@ -8,8 +8,6 @@
|
|||
# See http://unicorn.bogomips.org/Unicorn/Configurator.html for complete
|
||||
# documentation.
|
||||
|
||||
|
||||
|
||||
# Use at least one worker per core if you're on a dedicated server,
|
||||
# more will usually help for _short_ waits on databases/caches.
|
||||
worker_processes 2
|
||||
|
@ -52,7 +50,6 @@ check_client_connection false
|
|||
# local variable to guard against running a hook multiple times
|
||||
run_once = true
|
||||
|
||||
|
||||
before_fork do |server, worker|
|
||||
# the following is highly recomended for Rails + "preload_app true"
|
||||
# as there's no need for the master process to hold a connection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue