From 14c1ac388f8fd324599e49ee4416fe5092265a6c Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 26 May 2016 16:18:34 -0700 Subject: [PATCH] Remove extraneously-checked files. --- .rubocop.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index f3aae6feeee..84c8d1b7c09 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -21,8 +21,6 @@ AllCops: - lib/jekyll/utils.rb - lib/jekyll.rb - features/step_definitions.rb - - features/support/formatter.rb - - features/support/helpers.rb - bin/**/* - benchmark/**/* - script/**/*