From a419b36ff378decc22ab6f1140555e2f1ca2dc54 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sat, 10 Feb 2018 21:13:03 +0100 Subject: [PATCH] Enable rubocop Security cops without issues --- .rubocop.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index d3a52e36c..65af3b3af 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -206,4 +206,16 @@ RSpec/VerifiedDoubles: Enabled: true RSpec/VoidExpect: - Enabled: true \ No newline at end of file + Enabled: true + +Security/Eval: + Enabled: true + +Security/JSONLoad: + Enabled: true + +Security/MarshalLoad: + Enabled: true + +Security/YAMLLoad: + Enabled: true