Skip to content

Commit

Permalink
make rake run rubocop too for fast local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Jun 6, 2018
1 parent f0e8dad commit dbda85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'bundler/gem_tasks'
require 'rake/testtask'
require 'yard'

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

Rake::TestTask.new(:spec) do |spec|
spec.loader = :direct
Expand Down

0 comments on commit dbda85b

Please sign in to comment.