Exclude exe/jekyll from rubocop for now.
This commit is contained in:
parent
6cf6da04af
commit
3a1ac37ed1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue