From 3a1ac37ed10df3f7f3763cb43bf3359eecb44490 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 15 Jun 2016 12:26:01 -0700 Subject: [PATCH] Exclude exe/jekyll from rubocop for now. --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index ac0ce379021..431b08fffa7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,6 +4,7 @@ AllCops: Include: - lib/**/*.rb Exclude: + - exe/jekyll - lib/jekyll/collection.rb - lib/jekyll/command.rb - lib/jekyll/configuration.rb