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
5 files
+ 6
11
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -181,7 +181,7 @@ def event_filter
@@ -181,7 +181,7 @@ def event_filter
end
end
def gitlab_ldap_access(&block)
def gitlab_ldap_access(&block)
Gitlab::LDAP::Access.open { |access| block.call(access) }
Gitlab::LDAP::Access.open { |access| yield(access) }
end
end
# JSON for infinite scroll via Pager object
# JSON for infinite scroll via Pager object
Loading