Skip to content

Commit

Permalink
Enable rubocop by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lacostej committed Aug 8, 2017
1 parent 2e0cc77 commit 859a3e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@

require "bundler/gem_tasks"
require "rspec/core/rake_task"
require 'rubocop/rake_task'

RSpec::Core::RakeTask.new(:spec)
RuboCop::RakeTask.new

task default: :spec
task default: [:rubocop, :spec]

0 comments on commit 859a3e8

Please sign in to comment.