racodond / sonar-gherkin-plugin

SonarQube Cucumber Gherkin Analyzer
GNU Lesser General Public License v3.0
36 stars 21 forks source link

New rule: And and But prefixes should be used instead of redundant Given/When/Then prefixes #5

Closed racodond closed 7 years ago

racodond commented 8 years ago

Compliant:

Given I am a customer
And I have a product in my cart
...

Noncompliant:

Given I am a customer
Given I have a product in my cart
...