Skip to content

Commit 14a83d2

Browse files
committed
Add new option. Skip rubocop warning.
1 parent d532c66 commit 14a83d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/table_sync/receiving/handler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def validate_data_types(model, data)
139139
raise TableSync::DataError.new(data, errors.keys, errors.to_json)
140140
end
141141

142-
def perform(config, params)
142+
def perform(config, params) # rubocop:disable Metrics/MethodLength
143143
model = config.model
144144

145145
model.transaction do

0 commit comments

Comments
 (0)