diff --git a/.gherkin-lintrc b/.gherkin-lintrc index 7373bc7..a0e5d63 100644 --- a/.gherkin-lintrc +++ b/.gherkin-lintrc @@ -22,9 +22,9 @@ "no-dupe-scenario-names": "off", "no-empty-file": "on", "no-files-without-scenarios": "on", - "no-multiple-empty-lines": "on", + "no-multiple-empty-lines": "off", "no-partially-commented-tag-lines": "on", - "no-trailing-spaces": "on", + "no-trailing-spaces": "off", "no-unnamed-features": "on", "no-unnamed-scenarios": "on", "no-scenario-outlines-without-examples": "on",