From cd44fa4e39cc18a046c76d8b0cf6483c714e8eb2 Mon Sep 17 00:00:00 2001 From: PEDRO DIEZ GARCIA Date: Tue, 12 Nov 2024 21:10:44 +0100 Subject: [PATCH] update_gherkin_linter --- .gherkin-lintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gherkin-lintrc b/.gherkin-lintrc index c832c90..ba62b34 100644 --- a/.gherkin-lintrc +++ b/.gherkin-lintrc @@ -8,7 +8,7 @@ "indentation" : [ "on", { "Feature": 0, - "Background": 0, + "Background": 2, //CHANGED: From "0" to "2". Should BE of level "2" "Scenario": 2, "Step": 2, "Examples": 4, @@ -47,7 +47,7 @@ "^@.*$" ] }], - "file-name": ["on", {"style": "kebab-case"}], + "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 "max-scenarios-per-file": ["on", {"maxScenarios": 50, "countOutlineExamples": true}], "no-restricted-patterns": ["on", { "Global": [