Skip to content

Suppress whitespace warnings in squash error messages

Sean McGivern requested to merge suppress-squash-warnings into master

What does this MR do?

Make it so that logs for squash errors don't include misleading warnings (not errors!) about trailing whitespace.

Are there points in the code the reviewer needs to double check?

Don't think this needs a changelog, but maybe it does?

Why was this MR needed?

This will let us debug the real errors better.

Does this MR meet the acceptance criteria?

  • Tests added for this feature/bug
  • Review
    • Has been reviewed by Backend

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/3639.

Merge request reports