Enable the Layout/EmptyLines cop

This commit is contained in:
gregoirenovel 2017-06-12 15:33:02 +02:00
parent ff1f679c7b
commit f496f1adab
21 changed files with 1 additions and 27 deletions

View file

@ -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