mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-10 23:01:43 +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`)
|
# Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
|
||||||
Max: 88
|
Max: 88
|
||||||
Metrics/BlockLength:
|
Metrics/BlockLength:
|
||||||
IgnoredMethods:
|
AllowedMethods:
|
||||||
- control
|
- control
|
||||||
- describe
|
- describe
|
||||||
# Increase from default of `25`
|
# Increase from default of `25`
|
||||||
|
|
Loading…
Add table
Reference in a new issue