From f3c31f0ea3c704dcec42073c81d6a0d695e48557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 25 Oct 2019 03:31:49 +0200 Subject: [PATCH] Remove MarshalLoad rubocop rule We don't use Marshal objects in our application. --- .rubocop.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 4928a817d..10cd15e9a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -21,8 +21,5 @@ Rails/HasManyOrHasOneDependent: Security/JSONLoad: Enabled: true -Security/MarshalLoad: - Enabled: true - Security/YAMLLoad: Enabled: true