Skip to content

Do not require the simple_po_parser in the gettext rake task when in a

DJ Mountney requested to merge po-lint-require into master

What does this MR do?

Only require the po linter library when we are not loading a production environment.

Followup to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14018

cc\ @reprazent

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

Why was this MR needed?

Without this change we get the error when running bundle exec rake gettext:compile

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37379

Merge request reports