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
PR to enable Gherkin Linter as per Commonalities/PR#292.
Even it is ongoing PR, it is fine to incorporate into WG to have some preliminary linter rules
It looks that angle brackets <,> are interpreted in Gherkin as as delimiters of example variables only. (cf. cucumber/common#1004 )
As it was iterpreted that way by the linter it may be interpreted the same way when generating executable tests.
I support the proposed above solution.
It looks that angle brackets <,> are interpreted in Gherkin as as delimiters of example variables only. (cf. cucumber/common#1004 ) As it was iterpreted that way by the linter it may be interpreted the same way when generating executable tests. I support the proposed above solution.
Thanks for the feedback and info Rafal. Yes I think we can move forward with proposed above solution
I think it be considered for MetaRelease Spring 25. And in case not finally merged, just merge this as part of WG work for MetaRelease Spring 25 as it works.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
What this PR does / why we need it:
PR to enable Gherkin Linter as per Commonalities/PR#292.
Even it is ongoing PR, it is fine to incorporate into WG to have some preliminary linter rules
Which issue(s) this PR fixes:
Fixes #180
Special notes for reviewers:
Changes with regards to Commonalities/PR#292
Indentation (NOTE: reviewed test_definitions in other WGs and this makes sense)
"Background" set to "2".
"example" set to "6".
Disable "file-name" kebab-case checking as
operationIdis lowerCamelCase.Specific for Carrier Billing: disable "validate" word in Feature as Carrier Billing has
validatePaymentoperationIn commit d0402e2 removing unnecessary comments
Changelog input
Additional documentation
N/A