mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Fix CC issues
This commit is contained in:
parent
da032dad79
commit
f6a2d91d61
5 changed files with 41 additions and 46 deletions
|
@ -1,4 +1,6 @@
|
|||
class AdminDomainContact < DomainContact
|
||||
# rubocop:disable Metrics/AbcSize
|
||||
# rubocop:disable Metrics/MethodLength
|
||||
def self.replace(current_contact, new_contact)
|
||||
affected_domains = []
|
||||
skipped_domains = []
|
||||
|
@ -19,4 +21,6 @@ class AdminDomainContact < DomainContact
|
|||
end
|
||||
[affected_domains.sort, skipped_domains.sort]
|
||||
end
|
||||
# rubocop:enable Metrics/AbcSize
|
||||
# rubocop:enable Metrics/MethodLength
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue