Rewritten data/request and data/response features. Bigger size for scenarios and steps in gherkin-lint

This commit is contained in:
Héctor Hurtado
2019-08-29 14:44:45 +02:00
parent 48ab14d49d
commit 513f12e2e4
3 changed files with 40 additions and 34 deletions
+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}],
"name-length": ["on", {"Feature": 80, "Step": 80, "Scenario": 80}],
"no-restricted-tags": ["on", {"tags": ["@watch", "@wip"]}],
"use-and": "on",
"no-duplicate-tags": "on",