Skip to content

Remove superfluous HTML length validation refs

Sam Figueroa requested to merge sf/chore/cleanup-unused-html-max-lengths into master

What does this MR do and why?

Remove superfluous HTML length validation references. The removed code is unreachable and not used anymore. The documentation is referencing unused limitations.

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

How to set up and validate locally

  1. Search for uses of const in code e.g. ag TITLE_HTML_LENGTH_MAX 1.1 should come up empty

Merge request reports

Loading