mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-56519 behat: Re-organize rules matching order
re-ordered rules to match gherkin-lint readme https://github.com/vsiakka/gherkin-lint#available-rules
This commit is contained in:
parent
8b02e2d98c
commit
e989ff2d34
@ -1,20 +1,20 @@
|
||||
{
|
||||
"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,
|
||||
"Scenario": 2,
|
||||
"Step": 4,
|
||||
"given": 4,
|
||||
"and": 4
|
||||
}],
|
||||
"no-trailing-spaces": "on",
|
||||
"no-multiple-empty-lines": "on",
|
||||
"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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user