Skip to content

Commit 639adc1

Browse files
committed
test(lint): migrate from gherkin-lint to gplint
1 parent f705a28 commit 639adc1

4 files changed

Lines changed: 993 additions & 342 deletions

File tree

.gherkin-lintrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gplintrc.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"no-restricted-tags": [
3+
"error",
4+
{
5+
"tags": [
6+
"@focus"
7+
]
8+
}
9+
],
10+
"use-and": "error",
11+
"no-multiple-empty-lines": "error",
12+
"no-dupe-feature-names": "error"
13+
}

0 commit comments

Comments
 (0)