From 67885b42b69d4d5ece8685e5020b63c1fb9ad27c Mon Sep 17 00:00:00 2001 From: Zach Leslie Date: Sun, 3 Jun 2018 18:56:49 -0700 Subject: [PATCH] Include disablement of MarshalLoad in the sync config --- .sync.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.sync.yml b/.sync.yml index 2591bf5..d6bc1ac 100644 --- a/.sync.yml +++ b/.sync.yml @@ -8,3 +8,6 @@ Gemfile: - gem: 'rspec-expectations' spec/spec_helper.rb: mock_with: ':rspec' +.rubocop.yml: + cops: + Security/MarshalLoad: false