Skip to content

Commit 8795607

Browse files
committed
explicitly set link add rubocop-rake dependency
1 parent cfc6acc commit 8795607

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ RSpec::Core::RakeTask.new(:benchmark) do |t|
5050
end
5151

5252
RuboCop::RakeTask.new(:lint) do |t|
53+
t.plugins << 'rubocop-rake'
5354
t.options = ['--display-cop-names']
5455
end
5556

0 commit comments

Comments
 (0)