Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmatthewsdev committed Apr 15, 2024
1 parent 1602354 commit f8b8adf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tasks/extract_from_s3.rake
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class S3ExtractionExecution
end

# rubocop:disable Metrics/MethodLength
# rubocop:disable Metrics/AbcSize
def convert_files_to_extraction_job
p 'Converting files from S3 into extraction job format...'

Expand All @@ -96,5 +97,6 @@ class S3ExtractionExecution

@extraction_job.completed!
end
# rubocop:enable Metrics/AbcSize
# rubocop:enable Metrics/MethodLength
end

0 comments on commit f8b8adf

Please sign in to comment.