mirror of
https://ghproxy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2025-10-04 00:39:06 +08:00
Gherkin Lintrc
This commit is contained in:
parent
22dada7634
commit
20f3e36fd8
1 changed files with 23 additions and 0 deletions
23
.gherkin-lintrc
Normal file
23
.gherkin-lintrc
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"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-unnamed-features": "on",
|
||||||
|
"no-unnamed-scenarios": "on",
|
||||||
|
"no-scenario-outlines-without-examples": "on"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue