mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +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
|
end
|
||||||
|
|
||||||
# rubocop: disable Metrics/PerceivedComplexity
|
|
||||||
# rubocop: disable Metrics/CyclomaticComplexity
|
|
||||||
def epp_destroy(frame, user_id, verify = true)
|
def epp_destroy(frame, user_id, verify = true)
|
||||||
return false unless valid?
|
return false unless valid?
|
||||||
|
|
||||||
|
@ -502,8 +500,6 @@ class Epp::Domain < Domain
|
||||||
set_server_hold if server_holdable?
|
set_server_hold if server_holdable?
|
||||||
save(validate: false)
|
save(validate: false)
|
||||||
end
|
end
|
||||||
# rubocop: enable Metrics/PerceivedComplexity
|
|
||||||
# rubocop: enable Metrics/CyclomaticComplexity
|
|
||||||
|
|
||||||
### RENEW ###
|
### RENEW ###
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue