mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
DEV: lint against Layout/EmptyLineBetweenDefs (#24914)
This commit is contained in:
@ -5,10 +5,13 @@
|
||||
class PresenceChannel
|
||||
class NotFound < StandardError
|
||||
end
|
||||
|
||||
class InvalidAccess < StandardError
|
||||
end
|
||||
|
||||
class ConfigNotLoaded < StandardError
|
||||
end
|
||||
|
||||
class InvalidConfig < StandardError
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user