Enable rubocop Security cops without issues

This commit is contained in:
Bertocq
2018-02-10 21:13:03 +01:00
parent 45e4222aa5
commit a419b36ff3

View File

@@ -206,4 +206,16 @@ RSpec/VerifiedDoubles:
Enabled: true
RSpec/VoidExpect:
Enabled: true
Enabled: true
Security/Eval:
Enabled: true
Security/JSONLoad:
Enabled: true
Security/MarshalLoad:
Enabled: true
Security/YAMLLoad:
Enabled: true