Skip to content

Update rubocop AvoidCreate exclusion

Coung Ngo requested to merge cngo-update-robocop-todo into master

What does this MR do and why?

In !121163 (merged), spec/views/projects/issues/_issue.html.haml_spec.rb was moved to spec/views/projects/issues/service_desk/_issue.html.haml_spec.rb. However, in the MR we forgot to update .rubocop_todo/rspec/factory_bot/avoid_create.yml with the new path, which is what we're fixing in this new MR.

Resolves #412333 (closed)

Screenshots or screen recordings

How to set up and validate locally

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Coung Ngo

Merge request reports