Skip to content

Commit 36ac0ee

Browse files
Lewiscowles1986schlessera
authored andcommitted
Gherkin Lintrc
1 parent 0469deb commit 36ac0ee

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.gherkin-lintrc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"indentation": [
3+
"on",
4+
{
5+
"Feature": 0,
6+
"Background": 2,
7+
"Scenario": 2,
8+
"Step": 4,
9+
"given": 4,
10+
"and": 4
11+
}
12+
],
13+
"no-dupe-feature-names": "on",
14+
"no-dupe-scenario-names": "off",
15+
"no-empty-file": "on",
16+
"no-files-without-scenarios": "on",
17+
"no-multiple-empty-lines": "on",
18+
"no-partially-commented-tag-lines": "on",
19+
"no-trailing-spaces": "on",
20+
"no-unnamed-features": "on",
21+
"no-unnamed-scenarios": "on",
22+
"no-scenario-outlines-without-examples": "on"
23+
}

0 commit comments

Comments
 (0)