You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
While testing linting rules for Gherkin the following output was produced for checkSimSwap.feature
18 Multiple empty lines are not allowed no-multiple-empty-lines
40 Scenario name is already used in: checkSimSwap.feature:32 no-dupe-scenario-names
67 Trailing spaces are not allowed no-trailing-spaces
For retrieveSimSwapDate.feature 28 Multiple empty lines are not allowed no-multiple-empty-lines
Expected behavior
❗ Line number 9 in both files should be marked as comment - otherwise it is syntax error.
The most of issues are related to formatting.
But the optional scenario title is indeed duplicated in lines 32 and 40.
It should be considered to change the filenames of test definitions to kebab-case.
Alternative solution
Additional context
The text was updated successfully, but these errors were encountered:
Problem description
While testing linting rules for Gherkin the following output was produced for checkSimSwap.feature
For retrieveSimSwapDate.feature
28 Multiple empty lines are not allowed no-multiple-empty-lines
Expected behavior
❗ Line number 9 in both files should be marked as comment - otherwise it is syntax error.
The most of issues are related to formatting.
But the optional scenario title is indeed duplicated in lines 32 and 40.
It should be considered to change the filenames of test definitions to kebab-case.
Alternative solution
Additional context
The text was updated successfully, but these errors were encountered: