Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
🔧 Disable method length class cop from rake class
Browse files Browse the repository at this point in the history
  • Loading branch information
stephannv committed Jun 27, 2022
1 parent b8c34d8 commit 78dc9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/import_data.rake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class DataTasks
include Rake::DSL

def initialize
def initialize # rubocop:disable Metrics/MethodLength
namespace :admin do
task import_data: :environment do
Admin::ImportData.call
Expand Down

0 comments on commit 78dc9c0

Please sign in to comment.