Skip to content

Fix delegate predicate method offences in metadatable

Tan Le requested to merge tle-delegate-predicate-method-metadatable into master

What does this MR do and why?

Remove delegate predicate method offence in ee/app/models/concerns/ee/ci/metadatable.rb.

Contributes to #324629 (closed)

How to set up and validate locally

REVEAL_RUBOCOP_TODO=1 bundle exec rubocop --only Gitlab/DelegatePredicateMethods --parallel

# Before
26639 files inspected, 10 offenses detected

# After
26639 files inspected, 9 offenses detected

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 Tan Le

Merge request reports