Skip to content

Commit

Permalink
remove rubocop stuff from Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Jun 19, 2024
1 parent 46483ca commit f8654c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ require 'rake/testtask'
require 'bundler'
require 'bundler/gem_tasks'
require 'bundler/setup'
require 'rubocop/rake_task'
require 'yard'

Bundler.require(:default, :test)

RuboCop::RakeTask.new
YARD::Rake::YardocTask.new

BACKENDS = Dir["lib/message_bus/backends/*.rb"].map { |file| file.match(%r{backends/(?<backend>.*).rb})[:backend] } - ["base"]
Expand Down

0 comments on commit f8654c0

Please sign in to comment.