DEV: Update rubocop-discourse to 3.6.0 (#24945)

This commit is contained in:
Jarek Radosz
2023-12-18 13:44:36 +01:00
committed by GitHub
parent 157a2fce1b
commit 6d7dd658a4
4 changed files with 5 additions and 8 deletions

View File

@ -105,7 +105,7 @@ def crawl_topics
# abort if this in an incremental crawl and there were too many consecutive, skipped topics
if @finished && @skipped_topic_count > ABORT_AFTER_SKIPPED_TOPIC_COUNT
puts "Skipping all other topics, because this is an incremental crawl.".green
return
return # rubocop:disable Lint/NonLocalExitFromIterator
end
end
end