We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc6acc commit 8795607Copy full SHA for 8795607
1 file changed
Rakefile
@@ -50,6 +50,7 @@ RSpec::Core::RakeTask.new(:benchmark) do |t|
50
end
51
52
RuboCop::RakeTask.new(:lint) do |t|
53
+ t.plugins << 'rubocop-rake'
54
t.options = ['--display-cop-names']
55
56
0 commit comments