From 1cec82062892eac3546ca1935ddd1c770b44f162 Mon Sep 17 00:00:00 2001 From: Pat Hawks Date: Thu, 26 May 2016 00:00:22 -0500 Subject: [PATCH] Rubocop: Tests --- .rubocop.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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: