Commit 1a137133 by Guillermo Guerrero Ibarra Committed by Cuong Tran

Moved rubocop to outside. (#420)

parent 417d10bb
......@@ -16,4 +16,4 @@ matrix:
before_install:
- rvm @global do gem install bundler
script:
- bundle exec rspec
- bundle exec rubocop && bundle exec rspec
......@@ -27,10 +27,6 @@ require 'active_support/core_ext/class/subclasses'
require 'active_support/core_ext/string/inflections'
require 'annotate'
require 'rubocop/rake_task'
RuboCop::RakeTask.new
Rake::Task['rubocop'].invoke
module Annotate
module Integration
ABSOLUTE_GEM_ROOT=File.expand_path('../../', __FILE__)
......
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