Add warning for examples missing feature category
What does this MR do and why?
Describe in detail what your merge request does and why.
Related #382243 (closed)
Add warning for rspec examples that do not have feature_category set
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Test environment set up in 0.911483 seconds
Missing feature_category: ./ee/spec/controllers/ldap/omniauth_callbacks_controller_spec.rb:8 See https://docs.gitlab.com/ee/development/testing_guide/best_practices.html#general-guidelines
.Missing feature_category: ./ee/spec/controllers/ldap/omniauth_callbacks_controller_spec.rb:14 See https://docs.gitlab.com/ee/development/testing_guide/best_practices.html#general-guidelines
.Missing feature_category: ./ee/spec/controllers/ldap/omniauth_callbacks_controller_spec.rb:35 See https://docs.gitlab.com/ee/development/testing_guide/best_practices.html#general-guidelines
.Missing feature_category: ./ee/spec/controllers/ldap/omniauth_callbacks_controller_spec.rb:41 See https://docs.gitlab.com/ee/development/testing_guide/best_practices.html#general-guidelines
.Missing feature_category: ./ee/spec/controllers/ldap/omniauth_callbacks_controller_spec.rb:51 See https://docs.gitlab.com/ee/development/testing_guide/best_practices.html#general-guidelines
.Missing feature_category: ./ee/spec/controllers/ldap/omniauth_callbacks_controller_spec.rb:57 See https://docs.gitlab.com/ee/development/testing_guide/best_practices.html#general-guidelines
.Missing feature_category: ./ee/spec/controllers/ldap/omniauth_callbacks_controller_spec.rb:70 See https://docs.gitlab.com/ee/development/testing_guide/best_practices.html#general-guidelines
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.