Skip to content

Fix Lint/ScriptPermission RuboCop violation for Rakefile

Evan Read requested to merge eread/rakefile-is-not-executable into main

What does this MR do and why?

Fixes Lint/ScriptPermission RuboCop violation for Rakefile. The Rakefile in the project isn't executable, so doesn't need execution environment information.

This mirrors the situation in the gitlab-development-kit project: https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/711a2e31e05c4149a796451b6abcf5e21fc4087c/Rakefile.

Merge request acceptance checklist

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

Merge request reports