mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-07 04:51:42 +00:00
test(rubocop): use AllowedMethods
not deprecated IgnoredMethods
* see https://github.com/rubocop/rubocop/pull/10829
This commit is contained in:
parent
c3b4c14070
commit
9261a27794
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue