Enable rubocop Security cops without issues
This commit is contained in:
12
.rubocop.yml
12
.rubocop.yml
@@ -207,3 +207,15 @@ RSpec/VerifiedDoubles:
|
|||||||
|
|
||||||
RSpec/VoidExpect:
|
RSpec/VoidExpect:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
Security/Eval:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
|
Security/JSONLoad:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
|
Security/MarshalLoad:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
|
Security/YAMLLoad:
|
||||||
|
Enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user