Commit 2be30b3c authored by Kyle Fuller's avatar Kyle Fuller

[Rakefile] Should be valid rubocop too

parent 25c1f0df
...@@ -282,7 +282,7 @@ begin ...@@ -282,7 +282,7 @@ begin
require 'rubocop/rake_task' require 'rubocop/rake_task'
RuboCop::RakeTask.new(:rubocop) do |task| RuboCop::RakeTask.new(:rubocop) do |task|
task.patterns = ['lib', 'spec'] task.patterns = ['lib', 'spec', 'Rakefile']
end end
rescue LoadError, NameError => e rescue LoadError, NameError => e
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment