Skip to content

Commit 23db769

Browse files
authored
Merge pull request #128 from wp-cli/update-lint-rules
Update Gherkin lint rules
2 parents 5a7591a + 156d0c2 commit 23db769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gherkin-lintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"no-dupe-scenario-names": "off",
2323
"no-empty-file": "on",
2424
"no-files-without-scenarios": "on",
25-
"no-multiple-empty-lines": "on",
25+
"no-multiple-empty-lines": "off",
2626
"no-partially-commented-tag-lines": "on",
27-
"no-trailing-spaces": "on",
27+
"no-trailing-spaces": "off",
2828
"no-unnamed-features": "on",
2929
"no-unnamed-scenarios": "on",
3030
"no-scenario-outlines-without-examples": "on",

0 commit comments

Comments
 (0)