summaryrefslogtreecommitdiff
path: root/lib/gitlab/slash_commands/result.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/slash_commands/result.rb')
-rw-r--r--lib/gitlab/slash_commands/result.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/slash_commands/result.rb b/lib/gitlab/slash_commands/result.rb
index 7021b4b01b2..3669dedf0fe 100644
--- a/lib/gitlab/slash_commands/result.rb
+++ b/lib/gitlab/slash_commands/result.rb
@@ -1,4 +1,4 @@
-module Gitlab
+module Gitlab # rubocop:disable Naming/FileName
module SlashCommands
Result = Struct.new(:type, :message)
end