Skip to content

Commit

Permalink
test(rubocop): use AllowedMethods not deprecated IgnoredMethods
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddj committed Dec 4, 2023
1 parent c3b4c14 commit 9261a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 9261a27

Please sign in to comment.