generated from camaraproject/Template_API_Repository
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
correctionSomething needs to be correctedSomething needs to be corrected
Description
Problem description
The current Gherkin linting rules include the following rule:
"new-line-at-eof": ["on", "no"],
This causes issues when the feature files are edited using the Github web editor.
Expected behaviour
Delete the rule so the linter does not care if the feature file ends with a new line or not
Alternative solution
Global or repository specific rules can be created to enforce common line ending standards
See https://docs.github.com/en/get-started/git-basics/configuring-git-to-handle-line-endings
Additional context
Windows and Linux use different line ending conventions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
correctionSomething needs to be correctedSomething needs to be corrected