Ignore block length of response blocks

In Rswag request specs, the `response` block is like `describe` and is
just used to group several other blocks. It can be long and that's okay.
This commit is contained in:
Maikel Linke
2023-09-21 09:19:21 +10:00
parent 02f251c900
commit 07ac381a97

View File

@@ -39,6 +39,7 @@ Metrics/BlockLength:
"put",
"resource",
"resources",
"response",
"scenario",
"shared_examples",
"shared_examples_for",