[RuboCop] Add
Showing
.rubocop.yml
0 → 100644
.rubocop_cocoapods.yml
0 → 100644
.rubocop_todo.yml
0 → 100644
... | @@ -37,6 +37,10 @@ group :development do | ... | @@ -37,6 +37,10 @@ group :development do |
# https://github.com/lemurheavy/coveralls-ruby/blob/master/coveralls-ruby.gemspec#L23. | # https://github.com/lemurheavy/coveralls-ruby/blob/master/coveralls-ruby.gemspec#L23. | ||
gem 'simplecov' | gem 'simplecov' | ||
if RUBY_VERSION >= '1.9.3' | |||
gem 'rubocop' | |||
end | |||
if RUBY_PLATFORM.include?('darwin') | if RUBY_PLATFORM.include?('darwin') | ||
# Make Xcodeproj faster | # Make Xcodeproj faster | ||
gem 'libxml-ruby' | gem 'libxml-ruby' | ||
... | ... |
Please
register
or
sign in
to comment