Rubocop: enable Layout/SpaceAroundOperators

This commit is contained in:
Simon Lehericey 2017-08-28 10:56:37 +02:00
parent 740cc7dc3f
commit a7b00ee847
14 changed files with 27 additions and 27 deletions

View file

@ -9,7 +9,7 @@ Rails.application.configure do
# Do not eager load code on boot.
config.eager_load = false
config.public_file_server.enabled = true
config.public_file_server.enabled = true
config.public_file_server.headers = { 'Cache-Control' => 'public, max-age=3600' }
# Show full error reports and disable caching.

View file

@ -13,7 +13,7 @@ Rails.application.configure do
config.eager_load = false
# Configure static file server for tests with Cache-Control for performance.
config.public_file_server.enabled = true
config.public_file_server.enabled = true
config.public_file_server.headers = { 'Cache-Control' => 'public, max-age=3600' }
# Show full error reports and disable caching.