Exclude exe/jekyll from rubocop for now.

This commit is contained in:
Parker Moore 2016-06-15 12:26:01 -07:00
parent 6cf6da04af
commit 3a1ac37ed1
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ AllCops:
Include: Include:
- lib/**/*.rb - lib/**/*.rb
Exclude: Exclude:
- exe/jekyll
- lib/jekyll/collection.rb - lib/jekyll/collection.rb
- lib/jekyll/command.rb - lib/jekyll/command.rb
- lib/jekyll/configuration.rb - lib/jekyll/configuration.rb