Commit d3aebd58 by Guillermo Guerrero Ibarra

Merge branch 'fix/rubocop' into develop

# Conflicts: # Gemfile
parents ba6c7c03 cbb39b81
inherit_from: ./.rubocop_todo.yml
AllCops:
Include:
- '**/Rakefile'
- '**/config.ru'
Exclude:
- 'bin/**/*'
......@@ -12,3 +12,6 @@ matrix:
- rvm: ruby-head
before_install:
- rvm @global do gem install bundler
script:
- bundle exec rspec
- bundle exec rubocop
......@@ -16,6 +16,7 @@ group :development, :test do
gem 'guard-rspec', require: false
gem 'terminal-notifier-guard', require: false
gem 'simplecov', require: false
gem 'rubocop', require: false unless RUBY_VERSION =~ /^1.8/
platforms :mri do
gem 'pry', require: false
......
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