Skip to content

Commit

Permalink
ignore rubocop violation
Browse files Browse the repository at this point in the history
  • Loading branch information
yksflip committed Jul 12, 2023
1 parent cef971f commit 2991fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/foodsoft.rake
@@ -1,6 +1,6 @@
# put in here all foodsoft tasks
# => :environment loads the environment an gives easy access to the application
namespace :foodsoft do
namespace :foodsoft do # rubocop:disable Metrics/BlockLength
desc 'Finish ended orders'
task finish_ended_orders: :environment do
Order.finish_ended!
Expand Down

0 comments on commit 2991fbb

Please sign in to comment.