test(rubocop): use AllowedMethods not deprecated IgnoredMethods

* see https://github.com/rubocop/rubocop/pull/10829
This commit is contained in:
Dafydd Jones 2023-11-10 15:37:01 +00:00
parent c3b4c14070
commit 9261a27794

View file

@ -7,7 +7,7 @@ Layout/LineLength:
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
Max: 88
Metrics/BlockLength:
IgnoredMethods:
AllowedMethods:
- control
- describe
# Increase from default of `25`