summaryrefslogtreecommitdiff
path: root/rubocop/cop/rspec/avoid_conditional_statements.rb
diff options
context:
space:
mode:
Diffstat (limited to 'rubocop/cop/rspec/avoid_conditional_statements.rb')
-rw-r--r--rubocop/cop/rspec/avoid_conditional_statements.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/rubocop/cop/rspec/avoid_conditional_statements.rb b/rubocop/cop/rspec/avoid_conditional_statements.rb
index d03c3fb5d04..c24133f6469 100644
--- a/rubocop/cop/rspec/avoid_conditional_statements.rb
+++ b/rubocop/cop/rspec/avoid_conditional_statements.rb
@@ -7,6 +7,8 @@ module RuboCop
module RSpec
# This cop checks for the usage of conditional statements in specs.
#
+ # https://gitlab.com/gitlab-org/gitlab/-/issues/410138
+ #
# @example
#
# # bad