Add Security/Eval rubocop rule to rubocop_basic.yml
This commit is contained in:
@@ -57,9 +57,6 @@ Rails/SaveBang:
|
|||||||
Rails/SkipsModelValidations:
|
Rails/SkipsModelValidations:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
Security/Eval:
|
|
||||||
Enabled: true
|
|
||||||
|
|
||||||
Security/JSONLoad:
|
Security/JSONLoad:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
|||||||
@@ -255,6 +255,9 @@ RSpec/ScatteredSetup:
|
|||||||
RSpec/VoidExpect:
|
RSpec/VoidExpect:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
Security/Eval:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
Style/BlockDelimiters:
|
Style/BlockDelimiters:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user