Commit a2eba973 authored by Kyle Fuller's avatar Kyle Fuller

[Rakefile] Limit rubocop to just CocoaPods

parent 87053651
......@@ -281,7 +281,10 @@ begin
if RUBY_VERSION >= '1.9.3'
require 'rubocop/rake_task'
RuboCop::RakeTask.new
RuboCop::RakeTask.new(:rubocop) do |task|
task.patterns = ['lib', 'spec']
end
end
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