Rubocop: Tests
This commit is contained in:
parent
fbff506faa
commit
1cec820628
12
.rubocop.yml
12
.rubocop.yml
|
@ -41,17 +41,6 @@ AllCops:
|
||||||
- features/step_definitions.rb
|
- features/step_definitions.rb
|
||||||
- features/support/formatter.rb
|
- features/support/formatter.rb
|
||||||
- features/support/helpers.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/**/*
|
- bin/**/*
|
||||||
- benchmark/**/*
|
- benchmark/**/*
|
||||||
- script/**/*
|
- script/**/*
|
||||||
|
@ -68,6 +57,7 @@ Metrics/ClassLength:
|
||||||
Max: 240
|
Max: 240
|
||||||
Exclude:
|
Exclude:
|
||||||
- !ruby/regexp /features\/.*.rb$/
|
- !ruby/regexp /features\/.*.rb$/
|
||||||
|
- !ruby/regexp /test\/.*.rb$/
|
||||||
Metrics/CyclomaticComplexity:
|
Metrics/CyclomaticComplexity:
|
||||||
Max: 8
|
Max: 8
|
||||||
Metrics/LineLength:
|
Metrics/LineLength:
|
||||||
|
|
Loading…
Reference in New Issue