Skip to content

Commit

Permalink
Merge pull request #4947 from pathawks/rubocop/tests
Browse files Browse the repository at this point in the history
Merge pull request 4947
  • Loading branch information
jekyllbot committed May 26, 2016
2 parents 427e30c + 1cec820 commit cd63272
Show file tree
Hide file tree
Showing 12 changed files with 1,253 additions and 707 deletions.
12 changes: 1 addition & 11 deletions .rubocop.yml
Expand Up @@ -39,17 +39,6 @@ AllCops:
- features/step_definitions.rb
- features/support/formatter.rb
- features/support/helpers.rb
- test/test_configuration.rb
- test/test_document.rb
- test/test_entry_filter.rb
- test/test_filters.rb
- test/test_kramdown.rb
- test/test_liquid_renderer.rb
- test/test_page.rb
- test/test_regenerator.rb
- test/test_site.rb
- test/test_tags.rb
- test/test_utils.rb
- bin/**/*
- benchmark/**/*
- script/**/*
Expand All @@ -66,6 +55,7 @@ Metrics/ClassLength:
Max: 240
Exclude:
- !ruby/regexp /features\/.*.rb$/
- !ruby/regexp /test\/.*.rb$/
Metrics/CyclomaticComplexity:
Max: 8
Metrics/LineLength:
Expand Down

0 comments on commit cd63272

Please sign in to comment.