DESCRIPTION
Pull request #3572 was merged as part of release v5.0.2. The changes in this PR include the execution of bundle update, which bumped Rubocop, and subsequently resulted in new Rubocop errors.
Rather than fixing all of the aformentioned Rubocop errors, the following was added to .rubocop.yml:
# ----------
# - NAMING -
# ----------
# TODO: Temporarily disabled for release v5.0.2
Naming/MethodName:
Enabled: false
# TODO: Temporarily disabled for release v5.0.2
Naming/PredicateMethod:
Enabled: false
SOLUTION
We should re-enable these cops and fix the resultant offences properly.