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.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gitlab/slash_commands/result.rb b/lib/gitlab/slash_commands/result.rb
index a66a2e0726b..d488606120f 100644
--- a/lib/gitlab/slash_commands/result.rb
+++ b/lib/gitlab/slash_commands/result.rb
@@ -1,3 +1,4 @@
+# rubocop:disable Naming/FileName
# frozen_string_literal: true
module Gitlab
@@ -5,3 +6,5 @@ module Gitlab
Result = Struct.new(:type, :message)
end
end
+
+# rubocop:enable Naming/FileName