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