Commit | Line | Data |
---|---|---|
8b02e2d9 | 1 | { |
8b02e2d9 DP |
2 | "indentation": ["on",{ |
3 | "Feature": 0, | |
4 | "Background": 2, | |
e989ff2d | 5 | "Scenario": 2, |
8b02e2d9 DP |
6 | "Step": 4, |
7 | "given": 4, | |
8 | "and": 4 | |
9 | }], | |
e989ff2d RT |
10 | "no-dupe-feature-names": "on", |
11 | "no-dupe-scenario-names": "off", | |
8b02e2d9 | 12 | "no-empty-file": "on", |
e989ff2d RT |
13 | "no-files-without-scenarios": "on", |
14 | "no-multiple-empty-lines": "on", | |
15 | "no-partially-commented-tag-lines": "on", | |
16 | "no-trailing-spaces": "on", | |
17 | "no-unamed-features": "on", | |
18 | "no-unamed-scenarios": "on", | |
8b02e2d9 DP |
19 | "no-scenario-outlines-without-examples": "on" |
20 | } |