mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 17:53:35 +02:00
rubocop
This commit is contained in:
parent
f48df84da1
commit
d8f1d3dc29
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,6 @@ module Epp::KeyrelayHelper
|
||||||
|
|
||||||
render '/epp/shared/success'
|
render '/epp/shared/success'
|
||||||
end
|
end
|
||||||
# rubocop: enable Metrics/PerceivedComplexity
|
|
||||||
# rubocop: enable Metrics/CyclomaticComplexity
|
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
|
@ -45,6 +43,8 @@ module Epp::KeyrelayHelper
|
||||||
|
|
||||||
epp_errors.empty?
|
epp_errors.empty?
|
||||||
end
|
end
|
||||||
|
# rubocop: enable Metrics/PerceivedComplexity
|
||||||
|
# rubocop: enable Metrics/CyclomaticComplexity
|
||||||
|
|
||||||
def find_domain_for_keyrelay
|
def find_domain_for_keyrelay
|
||||||
domain_name = parsed_frame.css('name').text.strip.downcase
|
domain_name = parsed_frame.css('name').text.strip.downcase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue