Merge pull request #3034 from betagouv/remove-useless-file
Remove a useless file
This commit is contained in:
commit
4c313a6c45
2 changed files with 1 additions and 7 deletions
|
@ -1,9 +1,7 @@
|
||||||
class ClamavService
|
class ClamavService
|
||||||
def self.safe_file?(file_path)
|
def self.safe_file?(file_path)
|
||||||
if Rails.env == 'development'
|
if Rails.env == 'development'
|
||||||
if CLAMAV[:mock?]
|
return true
|
||||||
return CLAMAV[:response]
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
FileUtils.chmod 0666, file_path
|
FileUtils.chmod 0666, file_path
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
CLAMAV = Hashie::Mash.new ({
|
|
||||||
mock?: true,
|
|
||||||
response: true
|
|
||||||
})
|
|
Loading…
Reference in a new issue