mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Disable rubocop #2623
This commit is contained in:
parent
0ef04b2506
commit
ce3397dbfb
1 changed files with 0 additions and 4 deletions
|
@ -472,8 +472,6 @@ class Epp::Domain < Domain
|
|||
)
|
||||
end
|
||||
|
||||
# rubocop: disable Metrics/PerceivedComplexity
|
||||
# rubocop: disable Metrics/CyclomaticComplexity
|
||||
def epp_destroy(frame, user_id, verify = true)
|
||||
return false unless valid?
|
||||
|
||||
|
@ -502,8 +500,6 @@ class Epp::Domain < Domain
|
|||
set_server_hold if server_holdable?
|
||||
save(validate: false)
|
||||
end
|
||||
# rubocop: enable Metrics/PerceivedComplexity
|
||||
# rubocop: enable Metrics/CyclomaticComplexity
|
||||
|
||||
### RENEW ###
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue