gherkin-lint

A Gherkin linter/validator written in javascript

ISC License

Stars
172
Committers
33

Bot releases are visible (Hide)

gherkin-lint - v0.0.12

Published by vsiakka over 8 years ago

gherkin-lint - v0.0.11

Published by vsiakka over 8 years ago

gherkin-lint - v0.0.10

Published by vsiakka over 8 years ago

  • Adding linting (eslint)
  • Adding instructions about installing and running the demo on the readme
  • Fixing rule for empty feature files
gherkin-lint - v0.0.8

Published by vsiakka over 8 years ago

Removing fs-extra as a dependency and using fs instead

gherkin-lint - v0.0.7

Published by vsiakka over 8 years ago

  • Renaming the 'exclude' option to 'ignore'
  • Adding the ability to ignore files by adding a gherkin-lintignore file to your working directory
  • Updating documentation
gherkin-lint - v0.0.6

Published by vsiakka over 8 years ago

Fixing rule no-files-without-scenarios

gherkin-lint - v0.0.5

Published by vsiakka over 8 years ago

Changing the --exclude option to take in glob patterns instead of regular expressions

gherkin-lint - v0.0.4

Published by vsiakka over 8 years ago

  • Improving stylish format (making all columns align, adding spacing between errors of separate files, changing color for line no. and rule name from yellow to gray)
  • Fixing a bug where the no-dupe-scenario-names rule would print the name of the current scenario in the list of dupes
  • Fixing a bug where the no-dupe-feature-names rule would print the name of the current file in the list of dupes
  • Adding test files for all the rules
  • Adding a "test" command that runs the linter against the test files with all the rules turned on
gherkin-lint - v0.0.3

Published by vsiakka over 8 years ago