Enable the Layout/CommentIndentation cop

This commit is contained in:
gregoirenovel 2017-06-12 15:12:51 +02:00
parent 1b78a8e957
commit f2cf32a15c
5 changed files with 74 additions and 74 deletions

View file

@ -3,7 +3,7 @@
class CerfaUploader < BaseUploader
before :cache, :set_original_filename
# Choose what kind of storage to use for this uploader:
# Choose what kind of storage to use for this uploader:
if Features.remote_storage
storage :fog
else