Skip to content

Commit

Permalink
Add security rules
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Jan 16, 2017
1 parent a30d81c commit d790477
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ Metrics/ParameterLists:
Max: 4
Metrics/PerceivedComplexity:
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:
Enabled: false
Style/AlignArray:
Expand Down

0 comments on commit d790477

Please sign in to comment.