mirror of
https://github.com/internetee/registry.git
synced 2025-05-21 11:49:40 +02:00
Fix rubocop
This commit is contained in:
parent
01d6a66b5a
commit
75532e6cc1
1 changed files with 6 additions and 1 deletions
|
@ -59,7 +59,9 @@ module Epp::DomainsHelper
|
|||
render '/epp/domains/success'
|
||||
end
|
||||
end
|
||||
# rubocop:enable Metrics/CyclomaticComplexity
|
||||
|
||||
# rubocop: disable Metrics/PerceivedComplexity
|
||||
# rubocop: disable Metrics/MethodLength
|
||||
|
||||
def transfer_domain
|
||||
@domain = find_domain(secure: false)
|
||||
|
@ -98,7 +100,10 @@ module Epp::DomainsHelper
|
|||
render '/epp/domains/transfer'
|
||||
end
|
||||
|
||||
# rubocop: enable Metrics/MethodLength
|
||||
# rubocop: enable Metrics/CyclomaticComplexity
|
||||
# rubocop:disable Metrics/CyclomaticComplexity
|
||||
|
||||
def delete_domain
|
||||
@domain = find_domain
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue