mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 05:25:16 -05:00
DEV: lint against Layout/EmptyLineBetweenDefs (#24914)
This commit is contained in:
@@ -14,8 +14,10 @@ class Admin::DashboardController < Admin::StaffController
|
||||
|
||||
def moderation
|
||||
end
|
||||
|
||||
def security
|
||||
end
|
||||
|
||||
def reports
|
||||
end
|
||||
|
||||
|
||||
@@ -123,6 +123,7 @@ class ApplicationController < ActionController::Base
|
||||
|
||||
class RenderEmpty < StandardError
|
||||
end
|
||||
|
||||
class PluginDisabled < StandardError
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user