Skip to content

Commit

Permalink
Please the rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-fazzi committed Dec 27, 2021
1 parent bca1b84 commit e1fdecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/wordmove/actions/backup_local_db.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class BackupLocalDb
# @param logger [Wordmove::Logger]
# @!scope class
# @return [LightService::Context] Action's context
executed do |context|
executed do |context| # rubocop:disable Metrics/BlockLength
next context if context.database_task == false

context.logger.task 'Backup local DB'
Expand Down
2 changes: 1 addition & 1 deletion lib/wordmove/actions/ssh/cleanup_after_adapt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CleanupAfterAdapt
# @param logger [Wordmove::Logger]
# @!scope class
# @return [LightService::Context] Action's context
executed do |context|
executed do |context| # rubocop:disable Metrics/BlockLength
next context if context.database_task == false

context.logger.task 'Cleanup'
Expand Down

0 comments on commit e1fdecb

Please sign in to comment.