Skip to content

Fix Rake/Require offence

What does this MR do and why?

This MR is an extension of following MR: !112385 (merged) & !112391 (merged) and MR aims to solve the issue #391459 (closed)

The task was to move require/require_relative statements into task definition. and then verify that the changed rake task still works. The MR !112385 (merged) & !112391 (merged) only removes the require. This MR moves the require statements into tasks definition.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Peter Leitzen

Merge request reports