We're encountering the following warning during RuboCop execution:
Warning: Using Naming/PredicateName configuration in /.rubocop.yml for Naming/PredicatePrefix.
This is due to a recent change in RuboCop where the cop Naming/PredicateName was renamed to Naming/PredicatePrefix. The warning is being triggered by the rubocop-shopify gem, which still references the deprecated cop name in its internal .rubocop.yml configuration.