Merge pull request #5489 from ashmaroli/rubocop-fix

Merge pull request 5489
This commit is contained in:
jekyllbot 2016-10-18 09:50:49 -07:00 committed by GitHub
commit 7c901baac1
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@ AllCops:
Exclude:
- lib/jekyll/renderer.rb
- bin/**/*
- exe/**/*
- benchmark/**/*
- script/**/*
- vendor/**/*
@ -17,6 +18,10 @@ Lint/UselessAccessModifier:
Enabled: false
Metrics/AbcSize:
Max: 21
Metrics/BlockLength:
Exclude:
- test/**/*.rb
- lib/jekyll/configuration.rb
Metrics/ClassLength:
Exclude:
- !ruby/regexp /features\/.*.rb$/