Skip to content

Commit

Permalink
Add 👮 name option on Rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrclark committed Feb 14, 2017
1 parent da11524 commit 401bb2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/rubocop.rb
@@ -1,6 +1,8 @@
# frozen_string_literal: true
require 'rubocop/rake_task'

RuboCop::RakeTask.new
RuboCop::RakeTask.new do |task|
task.options << "--display-cop-names"
end

task default: :rubocop

0 comments on commit 401bb2d

Please sign in to comment.