In rubocop v1.76.0, Naming/PredicateName was renamed to Naming/PredicatePrefix: rubocop/rubocop@e710148
This causes that, when using rubocop-airbnb alongside rubocop >= 1.76.0, the following warning is emitted:
Warning: The `Naming/PredicateName` cop has been renamed to `Naming/PredicatePrefix`.
(obsolete configuration found in vendor/bundle/ruby/3.1.0/gems/rubocop-airbnb-8.0.0/config/rubocop-naming.yml, please update it)