diff --git a/.rubocop.yml b/.rubocop.yml index b7dd2530..be4b5229 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -41,17 +41,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/**/* @@ -68,6 +57,7 @@ Metrics/ClassLength: Max: 240 Exclude: - !ruby/regexp /features\/.*.rb$/ + - !ruby/regexp /test\/.*.rb$/ Metrics/CyclomaticComplexity: Max: 8 Metrics/LineLength: