Skip to content

Commit

Permalink
added rubocop require in rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ikramagix committed Sep 27, 2024
1 parent 6ab1148 commit 38be7cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require "bundler/gem_tasks"
require "rspec/core/rake_task"
require "rubocop/rake_task"

# Define the RSpec task for running tests
RSpec::Core::RakeTask.new(:spec) do |t|
Expand Down

0 comments on commit 38be7cc

Please sign in to comment.