Merge pull request #857 from internetee/remove-rubocop-gem

Remove "rubocop" gem
This commit is contained in:
Timo Võhmar 2018-06-14 13:35:25 +03:00 committed by GitHub
commit 8ec6b80794
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 5 additions and 187 deletions

View file

@ -1,5 +1,3 @@
# rubocop: disable Style/SymbolProc
# rubocop: disable Performance/Detect
namespace :import do
# README
#
@ -360,7 +358,6 @@ namespace :import do
legacy_contact_id
)
# rubocop: disable Lint/UselessAssignment
domain_status_columns = %w(
description
value
@ -368,7 +365,6 @@ namespace :import do
updator_str
legacy_domain_id
)
# rubocop: enable Lint/UselessAssignment
nameserver_columns = %w(
hostname
@ -786,5 +782,3 @@ def parse_zone_ns_data(domain, zone)
end
[ns_records.strip, a_records.strip, a4_records.strip]
end
# rubocop: enable Performance/Detect
# rubocop: enable Style/SymbolProc