moodle/.gherkin-lintrc
2017-01-03 09:12:54 +08:00

20 lines
487 B
Text

{
"no-files-without-scenarios" : "on",
"no-unamed-features": "on",
"no-unamed-scenarios": "on",
"no-dupe-scenario-names": "off",
"no-dupe-feature-names": "on",
"no-partially-commented-tag-lines": "on",
"indentation": ["on",{
"Feature": 0,
"Background": 2,
"Scenario": 0,
"Step": 4,
"given": 4,
"and": 4
}],
"no-trailing-spaces": "on",
"no-multiple-empty-lines": "on",
"no-empty-file": "on",
"no-scenario-outlines-without-examples": "on"
}