Enable the Layout/EmptyLinesAroundMethodBody cop

This commit is contained in:
gregoirenovel 2017-06-12 16:06:07 +02:00
parent 24e7537c49
commit 82eb66cfe8
13 changed files with 1 additions and 13 deletions

View file

@ -1,6 +1,5 @@
class ClamavService
def self.safe_file? path_file
if Rails.env == 'development'
return CLAMAV[:response] if CLAMAV[:mock?]
end