Ignore describe and context in Rubocop BlockLength

This commit is contained in:
Kristina Lim
2018-11-26 13:51:16 +08:00
parent c152da8122
commit 5c6ec50dea

View File

@@ -186,6 +186,9 @@ Lint/AssignmentInCondition:
Metrics/AbcSize:
Max: 15
Metrics/BlockLength:
ExcludedMethods: ["describe", "context"]
Metrics/BlockNesting:
Max: 3