Ignore it method in Rubocop BlockLength

This commit is contained in:
Kristina Lim
2018-12-14 17:44:19 +08:00
parent 2eb6d0a047
commit d0d10eba4b

View File

@@ -187,7 +187,7 @@ Metrics/AbcSize:
Max: 15
Metrics/BlockLength:
ExcludedMethods: ["describe", "context"]
ExcludedMethods: ["context", "describe", "it"]
Metrics/BlockNesting:
Max: 3