Commit 55ba4604 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix static-analysis offenses in QA support class

parent 915b5547
module QA
module Scenario
module Taggable
# rubocop:disable Gitlab/ModuleWithInstanceVariables
def tags(*tags)
@tags = tags
end
......@@ -8,6 +10,8 @@ module QA
def focus
@tags.to_a
end
# rubocop:enable Gitlab/ModuleWithInstanceVariables
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment