Skip to content

Remove refs to NamespaceSettings#code_suggestions

Jessie Young requested to merge jy-ignore-code-suggestions-correctly into master

What does this MR do and why?

  • I thought this was done via !145043 (merged)
  • Turns out, I forgot the _ in the name of the ignored attribute and so it wasn't actually ignored. When I fixed the typo, the many instances where this setting was still referenced caused specs to fail. This MR fixes the typo and cleans up the reamining references.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

n/a removing references to a setting that we are no longer using

How to set up and validate locally

n/a removing references to a setting that we are no longer using

Edited by Jessie Young

Merge request reports