Adjust max step length
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
"new-line-at-eof": ["on", "yes"],
|
"new-line-at-eof": ["on", "yes"],
|
||||||
"no-multiple-empty-lines": "on",
|
"no-multiple-empty-lines": "on",
|
||||||
"no-scenario-outlines-without-examples": "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"]}],
|
"no-restricted-tags": ["on", {"tags": ["@watch", "@wip"]}],
|
||||||
"use-and": "on",
|
"use-and": "on",
|
||||||
"no-duplicate-tags": "on",
|
"no-duplicate-tags": "on",
|
||||||
|
|||||||
Reference in New Issue
Block a user