mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
e989ff2d34
re-ordered rules to match gherkin-lint readme https://github.com/vsiakka/gherkin-lint#available-rules
21 lines
486 B
Plaintext
21 lines
486 B
Plaintext
{
|
|
"indentation": ["on",{
|
|
"Feature": 0,
|
|
"Background": 2,
|
|
"Scenario": 2,
|
|
"Step": 4,
|
|
"given": 4,
|
|
"and": 4
|
|
}],
|
|
"no-dupe-feature-names": "on",
|
|
"no-dupe-scenario-names": "off",
|
|
"no-empty-file": "on",
|
|
"no-files-without-scenarios": "on",
|
|
"no-multiple-empty-lines": "on",
|
|
"no-partially-commented-tag-lines": "on",
|
|
"no-trailing-spaces": "on",
|
|
"no-unamed-features": "on",
|
|
"no-unamed-scenarios": "on",
|
|
"no-scenario-outlines-without-examples": "on"
|
|
}
|