mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Ignore describe and context in Rubocop BlockLength
This commit is contained in:
@@ -186,6 +186,9 @@ Lint/AssignmentInCondition:
|
||||
Metrics/AbcSize:
|
||||
Max: 15
|
||||
|
||||
Metrics/BlockLength:
|
||||
ExcludedMethods: ["describe", "context"]
|
||||
|
||||
Metrics/BlockNesting:
|
||||
Max: 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user