Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test definitions - linting results for location-verification #253

Closed
rartych opened this issue Aug 29, 2024 · 1 comment · Fixed by #254
Closed

Test definitions - linting results for location-verification #253

rartych opened this issue Aug 29, 2024 · 1 comment · Fixed by #254

Comments

@rartych
Copy link
Collaborator

rartych commented Aug 29, 2024

Problem description

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

@jlurien
Copy link
Collaborator

jlurien commented Aug 29, 2024

Thanks @rartych I will take a look into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants