Skip to content

Commit

Permalink
removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroDiez committed Jan 8, 2025
1 parent 9a46336 commit d0402e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gherkin-lintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit d0402e2

Please sign in to comment.