Skip to content

Releases: gherkin-lint/gherkin-lint

v4.2.4

20 Dec 12:48
3ddc4f0
Compare
Choose a tag to compare

What's Changed

  • Correct package.json repository entry

Full Changelog: v4.2.3...v4.2.4

v4.2.3

20 Dec 12:43
cf1cf8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.2...v4.2.3

v3.3.1

03 Jun 14:59
Compare
Choose a tag to compare

Bug fixes:

  • Fix allowed-tags rule not detecting violations in examples
  • Fix no-duplicate-tags rule not detecting violations in examples
  • Fix no-partially-commented-tag-lines rule not detecting violations in features and examples
  • Fix one-space-between-tags rule not detecting violations in examples
  • Fix no-unnamed-scenatrios rule not detecting violations in scenario outlines
  • Fix no-restricted-tags rule not detecting violations in examples
  • Fix no-homogenous-tags rule not detecting violations in examples

Small performance improvement for the no-restricted-tags rule.

npm run demo now processes less files, and shows less messages.

v2.13.2

03 Sep 19:42
Compare
Choose a tag to compare

Fix bugs with the no-unused-variables rule:

  • variables were not correctly detected in scenario names
  • variables were not correctly detected in step arguments (DocString or DataTable)
  • words between < and > in Backgrounds and Scenarios would incorrectly be counted as variables even though they are treated like strings

v2.13.1

03 Sep 07:03
Compare
Choose a tag to compare

Add documentation for the max-scenarios-per-file rule

v2.13.0

03 Sep 07:03
Compare
Choose a tag to compare

Add max-scenarios-per-file rule

v2.12.0

03 Sep 19:44
Compare
Choose a tag to compare

Added rules:

  • no-empty-background
  • no-background-only-scenario
  • allowed-tags

v2.11.1

03 Sep 19:47
Compare
Choose a tag to compare

Fix a bug where the configuration verification would fail for custom rules

v2.11.0

03 Sep 19:49
Compare
Choose a tag to compare
  • Added understandable message for when you add 'Examples' to a Scenario (no-examples-in-scenarios rule)
  • Added tests for ignoring files
  • Fix use-and rule crashing on empty files

v2.10.0

03 Sep 19:50
Compare
Choose a tag to compare

Added a rule that detects multiline steps (Gherkin doesn't support them)