Skip to content

Commit

Permalink
fix(rubocop): Include :environment task as a dependency for all Rak…
Browse files Browse the repository at this point in the history
…e tasks
  • Loading branch information
matheus-lagreca committed Jan 18, 2024
1 parent 92b0dd6 commit 95bfa16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/resque.rake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require 'logger'
task 'resque:setup' => :environment

namespace :resque do
task :setup do
task setup: :environment do
require 'resque'
require 'resque-scheduler'

Expand Down

0 comments on commit 95bfa16

Please sign in to comment.