From 538910e16c810ee75ede180e2b49becfb71bad9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Fri, 30 Aug 2019 15:19:27 +0200 Subject: [PATCH] Adjust max step length --- spec/test/.gherkin-lintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/test/.gherkin-lintrc b/spec/test/.gherkin-lintrc index 1243a2e..5c2c44e 100644 --- a/spec/test/.gherkin-lintrc +++ b/spec/test/.gherkin-lintrc @@ -24,7 +24,7 @@ "new-line-at-eof": ["on", "yes"], "no-multiple-empty-lines": "on", "no-scenario-outlines-without-examples": "on", - "name-length": ["on", {"Feature": 80, "Step": 80, "Scenario": 80}], + "name-length": ["on", {"Feature": 80, "Step": 120, "Scenario": 80}], "no-restricted-tags": ["on", {"tags": ["@watch", "@wip"]}], "use-and": "on", "no-duplicate-tags": "on",