mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 12:02:05 +08:00
DEV: lint against Layout/EmptyLineBetweenDefs (#24914)
This commit is contained in:
@ -3,8 +3,10 @@
|
||||
class MockedImapProvider < Imap::Providers::Gmail
|
||||
def connect!
|
||||
end
|
||||
|
||||
def disconnect!
|
||||
end
|
||||
|
||||
def open_mailbox(mailbox_name, write: false)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user