Skip to content

Commit

Permalink
update_gherkin_linter
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroDiez committed Nov 12, 2024
1 parent b682ea0 commit cd44fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gherkin-lintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit cd44fa4

Please sign in to comment.