Skip to content

Releases: racodond/sonar-gherkin-plugin

FP on rule unused-variable: Variable in doc string not recognized bug

12 Dec 19:24
Compare
Choose a tag to compare

Change 'allowed-tags' rule parameter from a comma-separated list to a regular expression

11 Dec 13:15
Compare
Choose a tag to compare

Release notes: https://github.com/racodond/sonar-gherkin-plugin/milestone/6?closed=1

  • Change 'allowed-tags' rule parameter from a comma-separated list to a regular expression. So, make sure to update this parameter in your quality profiles if it was set.

Make the plugin compatible with SonarQube 6.7

20 Nov 12:08
Compare
Choose a tag to compare

Support scenarios with two Examples sections

12 Sep 21:38
Compare
Choose a tag to compare

Release notes: https://github.com/racodond/sonar-gherkin-plugin/milestone/4?closed=1

  • Support scenarios with two 'Examples' sections
  • False positive when a variable is used inside a table

Support all Ghekin dialects

01 Jan 18:59
Compare
Choose a tag to compare

Release notes: https://github.com/racodond/sonar-gherkin-plugin/milestone/3?closed=1

  • Support all Gherkin dialects (i18n)
  • New rule: Features should be written in the same language
  • Support ``` as DocString prefix/suffix

Support all Ghekin dialects

23 Dec 20:29
Compare
Choose a tag to compare
Pre-release

Release notes: https://github.com/racodond/sonar-gherkin-plugin/milestone/3?closed=1

  • Support all Gherkin dialects (i18n)
  • New rule: Features should be written in the same language
  • Support ``` as DocString prefix/suffix

Support all Ghekin dialects

22 Dec 11:11
Compare
Choose a tag to compare
Pre-release

Release notes: https://github.com/racodond/sonar-gherkin-plugin/milestone/3?closed=1

  • Support all Gherkin dialects (i18n)
  • New rule: Features should be written in the same language

Spell checker + 4 new rules

19 Dec 16:56
Compare
Choose a tag to compare

Release notes: https://github.com/racodond/sonar-gherkin-plugin/milestone/2?closed=1

  • Adds a spell checker and related rule Spelling mistakes should be fixed
  • New rule: There should be one single When step per scenario
  • New rule: Duplicated steps should be removed
  • New rule: Features should have a description

i18n

19 Dec 18:38
Compare
Choose a tag to compare
i18n Pre-release
Pre-release
Fix #46 New rule: Features should be written in the defined language

Spell checker + 4 new rules

15 Dec 11:03
Compare
Choose a tag to compare
Pre-release

Release notes: https://github.com/racodond/sonar-gherkin-plugin/milestone/2?closed=1

  • Adds a spell checker and related rule Spelling mistakes should be fixed
  • New rule: There should be one single When step per scenario
  • New rule: Duplicated steps should be removed
  • New rule: Features should have a description