Add security rules
This commit is contained in:
parent
a30d81ceb8
commit
d790477d6d
|
@ -48,6 +48,14 @@ Metrics/ParameterLists:
|
||||||
Max: 4
|
Max: 4
|
||||||
Metrics/PerceivedComplexity:
|
Metrics/PerceivedComplexity:
|
||||||
Max: 8
|
Max: 8
|
||||||
|
Security/MarshalLoad:
|
||||||
|
Exclude:
|
||||||
|
- !ruby/regexp /test\/.*.rb$/
|
||||||
|
- lib/jekyll/regenerator.rb
|
||||||
|
Security/YAMLLoad:
|
||||||
|
Exclude:
|
||||||
|
- !ruby/regexp /features\/.*.rb/
|
||||||
|
- !ruby/regexp /test\/.*.rb$/
|
||||||
Style/Alias:
|
Style/Alias:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Style/AlignArray:
|
Style/AlignArray:
|
||||||
|
|
Loading…
Reference in New Issue