Commit f10a1777 authored by Michael Kozono's avatar Michael Kozono

Fix Rubocop failure

parent d7398ff5
......@@ -86,7 +86,7 @@ module EE
.where("import_state.retry_count <= ?", ::Gitlab::Mirror::MAX_RETRY)
end
scope :with_wiki_enabled, -> { with_feature_enabled(:wiki) }
scope :with_wiki_enabled, -> { with_feature_enabled(:wiki) }
scope :verification_failed_repos, -> { joins(:repository_state).merge(ProjectRepositoryState.verification_failed_repos) }
scope :verification_failed_wikis, -> { joins(:repository_state).merge(ProjectRepositoryState.verification_failed_wikis) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment