Remove MarshalLoad rubocop rule

We don't use Marshal objects in our application.
This commit is contained in:
Javi Martín
2019-10-25 03:31:49 +02:00
parent 97e826f2a4
commit f3c31f0ea3

View File

@@ -21,8 +21,5 @@ Rails/HasManyOrHasOneDependent:
Security/JSONLoad:
Enabled: true
Security/MarshalLoad:
Enabled: true
Security/YAMLLoad:
Enabled: true