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
18 files
+ 67
62
Compare changes
  • Side-by-side
  • Inline
Files
18
@@ -27,7 +27,7 @@ def recaptcha_check_with_fallback(&fallback)
@@ -27,7 +27,7 @@ def recaptcha_check_with_fallback(&fallback)
render :verify
render :verify
else
else
fallback.call
yield
end
end
end
end
Loading