diff --git a/.gherkin-lintrc b/.gherkin-lintrc index 6fd53aa..a85cb8f 100644 --- a/.gherkin-lintrc +++ b/.gherkin-lintrc @@ -8,11 +8,11 @@ "indentation" : [ "on", { "Feature": 0, - "Background": 2, //CHANGED: From "0" to "2". Should BE of level "2" + "Background": 2, "Scenario": 2, "Step": 2, "Examples": 4, - "example": 6, //CHANGED: From "4" to "6". Should BE of level "6" to have more indentation than the "Examples" umbrella + "example": 6, "given": 4, "when": 4, "then": 4, @@ -47,7 +47,7 @@ "^@.*$" ] }], - "file-name": ["off", {"style": "kebab-case"}], //DISABLED ("on" -> "off"): As per ATP testing guidelines, the `operationId` can be part of the test file and `operationId` follow lowerCamelCase format + "file-name": ["off", {"style": "kebab-case"}], "max-scenarios-per-file": ["on", {"maxScenarios": 50, "countOutlineExamples": true}], "no-restricted-patterns": ["on", { "Global": [