gherkin-lint
Advanced tools
Comparing version 2.8.1 to 2.9.0
{ | ||
"name": "gherkin-lint", | ||
"version": "2.8.1", | ||
"version": "2.9.0", | ||
"description": "A Gherkin linter/validator written in javascript", | ||
@@ -59,3 +59,3 @@ "author": "Vasiliki Siakka", | ||
"demo": "node ./dist/main.js . -c ./test-data-wip/.gherkin-lintrc", | ||
"lint": "eslint", | ||
"lint": "eslint ./src ./test", | ||
"mocha": "mocha --recursive", | ||
@@ -62,0 +62,0 @@ "prepublish": "npm run build", |
@@ -51,2 +51,3 @@ # Gherkin lint | ||
| `no-unnamed-scenarios` | Disallows empty Scenario name | | ||
| `no-unused-variables` | Disallows unused variables in scenario outlines | | ||
| `one-space-between-tags` | Tags on the same time must be separated by a single space | | ||
@@ -53,0 +54,0 @@ | `use-and` | Disallows repeated step names requiring use of And instead | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44548
37
1038
160