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
While testing linting rules for Gherkin the following output was produced for location-verification.feature
38 Trailing spaces are not allowed no-trailing-spaces
54 Multiple empty lines are not allowed no-multiple-empty-lines
56 Scenario Outline does not have any Examples no-scenario-outlines-without-examples
69 Multiple empty lines are not allowed no-multiple-empty-lines
83 Multiple empty lines are not allowed no-multiple-empty-lines
100 Scenario Outline does not have any Examples no-scenario-outlines-without-examples
167 Trailing spaces are not allowed no-trailing-spaces
177 Trailing spaces are not allowed no-trailing-spaces
Expected behavior
The most of issues are related to formatting.
But Scenario Outline in lines 56 and 100 does not have any Examples. Possibly it should be changed to Scenario.
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 location-verification.feature
Expected behavior
The most of issues are related to formatting.
But
Scenario Outline
in lines 56 and 100 does not have any Examples. Possibly it should be changed toScenario
.Alternative solution
Additional context
The text was updated successfully, but these errors were encountered: