We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417d10b commit 1a13713Copy full SHA for 1a13713
.travis.yml
@@ -16,4 +16,4 @@ matrix:
16
before_install:
17
- rvm @global do gem install bundler
18
script:
19
- - bundle exec rspec
+ - bundle exec rubocop && bundle exec rspec
spec/spec_helper.rb
@@ -27,10 +27,6 @@
27
require 'active_support/core_ext/string/inflections'
28
require 'annotate'
29
30
-require 'rubocop/rake_task'
31
-RuboCop::RakeTask.new
32
-Rake::Task['rubocop'].invoke
33
-
34
module Annotate
35
module Integration
36
ABSOLUTE_GEM_ROOT=File.expand_path('../../', __FILE__)
0 commit comments