gherkin-lint
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -0,0 +0,0 @@ { |
{ | ||
"name": "gherkin-lint", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "A Gherkin linter/validator written in javascript", | ||
@@ -5,0 +5,0 @@ "author": "Vasiliki Siakka", |
@@ -0,0 +0,0 @@ # Gherkin lint |
@@ -0,0 +0,0 @@ /*eslint no-console: "off"*/ |
@@ -0,0 +0,0 @@ /*eslint no-console: "off"*/ |
@@ -0,0 +0,0 @@ var fs = require('fs'); |
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
var program = require('commander'); | ||
@@ -2,0 +4,0 @@ var glob = require('glob'); |
@@ -0,0 +0,0 @@ var rule = 'no-dupe-feature-names'; |
@@ -0,0 +0,0 @@ var rule = 'no-dupe-scenario-names'; |
@@ -0,0 +0,0 @@ var rule = 'no-files-without-scenarios'; |
@@ -0,0 +0,0 @@ var rule = 'no-unamed-features'; |
@@ -0,0 +0,0 @@ var rule = 'no-unamed-scenarios'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
356
17112