Add rubocop spacing rules

We were following these rules in most places; we just didn't define them
anywhere.
This commit is contained in:
Javi Martín
2019-06-22 18:11:23 +02:00
parent c7f64f8493
commit f9ed186909
264 changed files with 652 additions and 577 deletions

View File

@@ -20,7 +20,7 @@ class Dashboard::ActionsController < Dashboard::BaseController
Dashboard::AdministratorTask.create(source: @dashboard_executed_action)
redirect_to progress_proposal_dashboard_path(proposal.to_param),
{ flash: { info: t("dashboard.create_request.success") } }
{ flash: { info: t("dashboard.create_request.success") }}
else
flash.now[:alert] = @dashboard_executed_action.errors.full_messages.join("<br>")
render :new_request