Adjust max step length

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-30 15:19:27 +02:00
parent 0ebbc0674a
commit 538910e16c
+1 -1
View File
@@ -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",