Skip to content

Remove unused allow declarations for removed methods

What does this MR do?

These 2 methods (.size_limit and .collapse_limit) appear to have been removed in a5d47bb0. Since these are mocked with an allow directive, the fact that we never invoke them doesn't raise any kind of error or failure.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports