weekly release 4.5dev
[moodle.git] / .gherkin-lintrc
blob50de7561efbd299c993902f26c3042f0cdcdc4b0
2   "indentation": ["on",{
3     "Feature": 0,
4     "Background": 2,
5     "Scenario": 2,
6     "Examples": 4,
7     "example": 6,
8     "Step": 4,
9     "given": 4,
10     "and": 4
11   }],
12   "no-dupe-feature-names": "on",
13   "no-dupe-scenario-names": "off",
14   "no-empty-file": "on",
15   "no-files-without-scenarios": "on",
16   "no-multiple-empty-lines": "on",
17   "no-partially-commented-tag-lines": "on",
18   "no-trailing-spaces": "on",
19   "no-unnamed-features": "on",
20   "no-unnamed-scenarios": "on",
21   "no-scenario-outlines-without-examples": "on",
22   "no-examples-in-scenarios": "on",
23   "new-line-at-eof": ["on", "yes"]