Project

General

Profile

Download (182 Bytes) Statistics
| Branch: | Tag: | Revision:
if RUBY_VERSION >= "1.9.3"
begin
require 'rubocop/rake_task'

desc 'Run RuboCop'
RuboCop::RakeTask.new(:rubocop)
rescue LoadError
# rubocop unavailable
end
end
(24-24/29)