Commit | Line | Data |
---|---|---|
8b02e2d9 | 1 | { |
8b02e2d9 DP |
2 | "indentation": ["on",{ |
3 | "Feature": 0, | |
4 | "Background": 2, | |
e989ff2d | 5 | "Scenario": 2, |
149d80e8 AN |
6 | "Examples": 4, |
7 | "example": 6, | |
8b02e2d9 DP |
8 | "Step": 4, |
9 | "given": 4, | |
10 | "and": 4 | |
11 | }], | |
e989ff2d RT |
12 | "no-dupe-feature-names": "on", |
13 | "no-dupe-scenario-names": "off", | |
8b02e2d9 | 14 | "no-empty-file": "on", |
e989ff2d RT |
15 | "no-files-without-scenarios": "on", |
16 | "no-multiple-empty-lines": "on", | |
17 | "no-partially-commented-tag-lines": "on", | |
18 | "no-trailing-spaces": "on", | |
5b4debd2 AN |
19 | "no-unnamed-features": "on", |
20 | "no-unnamed-scenarios": "on", | |
7afd16ad | 21 | "no-scenario-outlines-without-examples": "on", |
bbb291ba | 22 | "no-examples-in-scenarios": "on", |
7afd16ad | 23 | "new-line-at-eof": ["on", "yes"] |
8b02e2d9 | 24 | } |