Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(MAINT) Disable new Rspec/RemoveConst cop
Following the recent introduction of a new cop in Rubocop, Rspec/RemoveConst, our CI has started failing. It seems like this rule is being enforced as a good practice to avoid buggy debug information but no real alternative is being offered. This commit disables the cop to allow the CI to continue working. Here are the discussions that led to the creation of the rule: rubocop/rubocop-rspec#1748 rubocop/rubocop-rspec#1749
- Loading branch information