DEV: lint against Layout/EmptyLineBetweenDefs (#24914)

This commit is contained in:
Kelv
2023-12-15 23:46:04 +08:00
committed by GitHub
parent 15fc2a289a
commit 2477bcc32e
49 changed files with 124 additions and 0 deletions

View File

@ -2,6 +2,7 @@
module ImportScripts
end
module ImportScripts::PhpBB3
end

View File

@ -585,6 +585,7 @@ class ImportScripts::Smf2 < ImportScripts::Base
class Options
class Error < StandardError
end
class SettingsError < Error
end

View File

@ -8,6 +8,7 @@ class ThreadDetective
def self.test_thread
Thread.new { sleep 1 }
end
def self.start(max_threads)
@thread ||= Thread.new { self.new.monitor(max_threads) }