Skip to content

FutureTense style clean up for Secure & Protect

Lindsay Kerr requested to merge lkerr-master-patch-57363 into master

What does this MR do?

Addresses future tense errors found by running the following command:

grep -riI --files-with-match "stage: protect" . | xargs vale --no-wrap --minAlertLevel error

and

grep -riI --files-with-match "stage: secure" . | xargs vale --no-wrap --minAlertLevel error

Removes &/or re-words documentation written in the future tense as indicated by Vale errors.

Screenshots (strongly suggested)

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

Related to issue #284446 (closed)

Edited by Lindsay Kerr

Merge request reports