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

@@ -7,7 +7,7 @@ class Admin::CommentsController < Admin::BaseController
respond_to do |format|
format.html
format.csv {send_data to_csv(Comment.sort_by_newest, Comment),
format.csv { send_data to_csv(Comment.sort_by_newest, Comment),
type: "text/csv",
disposition: "attachment",
filename: "comments.csv" }