Skip to content
Snippets Groups Projects

Enable (and disable) more rubocops

Merged Douwe Maan requested to merge dm-meer-blauw-op-straat into master
1 unresolved thread
27 files
+ 36
38
Compare changes
  • Side-by-side
  • Inline
Files
27
@@ -80,7 +80,7 @@ def skip
@@ -80,7 +80,7 @@ def skip
def build_qr_code
def build_qr_code
uri = current_user.otp_provisioning_uri(account_string, issuer: issuer_host)
uri = current_user.otp_provisioning_uri(account_string, issuer: issuer_host)
RQRCode::render_qrcode(uri, :svg, level: :m, unit: 3)
RQRCode.render_qrcode(uri, :svg, level: :m, unit: 3)
end
end
def account_string
def account_string
Loading