Skip to content

Disable cop rule Lint/NonDeterministicRequireOrder

What does this MR do and why?

This MR disabled 👮 Lint/NonDeterministicRequireOrder because it's disabled in Ruby 3+ anyway.

Fixes CI for ruby 2. See 🔴 https://gitlab.com/gitlab-org/gitlab/-/jobs/4145410375

How to set up and validate locally

asdf local ruby 3.0.5
bundle exec rubocop tooling/danger

asdf local ruby 2.7.8
bundle exec rubocop tooling/danger

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