2016-10-20 10:53:05 +01:00
|
|
|
{
|
|
|
|
"indentation": ["on",{
|
|
|
|
"Feature": 0,
|
|
|
|
"Background": 2,
|
2016-12-23 11:28:08 +08:00
|
|
|
"Scenario": 2,
|
2020-04-22 11:00:40 +08:00
|
|
|
"Examples": 4,
|
|
|
|
"example": 6,
|
2016-10-20 10:53:05 +01:00
|
|
|
"Step": 4,
|
|
|
|
"given": 4,
|
|
|
|
"and": 4
|
|
|
|
}],
|
2016-12-23 11:28:08 +08:00
|
|
|
"no-dupe-feature-names": "on",
|
|
|
|
"no-dupe-scenario-names": "off",
|
2016-10-20 10:53:05 +01:00
|
|
|
"no-empty-file": "on",
|
2016-12-23 11:28:08 +08:00
|
|
|
"no-files-without-scenarios": "on",
|
|
|
|
"no-multiple-empty-lines": "on",
|
|
|
|
"no-partially-commented-tag-lines": "on",
|
|
|
|
"no-trailing-spaces": "on",
|
2020-04-22 08:14:45 +08:00
|
|
|
"no-unnamed-features": "on",
|
|
|
|
"no-unnamed-scenarios": "on",
|
2020-05-11 10:57:28 +08:00
|
|
|
"no-scenario-outlines-without-examples": "on",
|
2020-04-22 08:40:12 +08:00
|
|
|
"no-examples-in-scenarios": "on",
|
2020-05-11 10:57:28 +08:00
|
|
|
"new-line-at-eof": ["on", "yes"]
|
2016-10-20 10:53:05 +01:00
|
|
|
}
|