We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0469deb commit 36ac0eeCopy full SHA for 36ac0ee
.gherkin-lintrc
@@ -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