summaryrefslogtreecommitdiff
path: root/lib/xml/kit/certificate.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2021-01-30 21:37:05 -0700
committermo khan <mo.khan@gmail.com>2021-01-30 21:37:05 -0700
commit9d46474008bcf7945a8c4a479852ccfd3d6fa811 (patch)
treecfeeb0065e0bc25897f117d78af80f8ced148742 /lib/xml/kit/certificate.rb
parent2bdb4a1b341160c52a39cc0d339f6f6b4514ad08 (diff)
style: fix linter errorsv0.5.0
Diffstat (limited to 'lib/xml/kit/certificate.rb')
-rw-r--r--lib/xml/kit/certificate.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/xml/kit/certificate.rb b/lib/xml/kit/certificate.rb
index 46df7d6..559979f 100644
--- a/lib/xml/kit/certificate.rb
+++ b/lib/xml/kit/certificate.rb
@@ -7,9 +7,7 @@ module Xml
# {include:file:spec/xml/kit/certificate_spec.rb}
class Certificate
include Templatable
- # rubocop:disable Metrics/LineLength
BASE64_FORMAT = %r(\A([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?\Z).freeze
- # rubocop:enable Metrics/LineLength
BEGIN_CERT = /-----BEGIN CERTIFICATE-----/.freeze
END_CERT = /-----END CERTIFICATE-----/.freeze
# The use can be `:signing` or `:encryption`. Use `nil` for both.