mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +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'
|
||||
end
|
||||
# rubocop: enable Metrics/PerceivedComplexity
|
||||
# rubocop: enable Metrics/CyclomaticComplexity
|
||||
|
||||
private
|
||||
|
||||
|
@ -45,6 +43,8 @@ module Epp::KeyrelayHelper
|
|||
|
||||
epp_errors.empty?
|
||||
end
|
||||
# rubocop: enable Metrics/PerceivedComplexity
|
||||
# rubocop: enable Metrics/CyclomaticComplexity
|
||||
|
||||
def find_domain_for_keyrelay
|
||||
domain_name = parsed_frame.css('name').text.strip.downcase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue