Skip to content

Commit

Permalink
test(gherkin-lint): enabled linting of gherkin files
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Feb 10, 2020
1 parent 1bb86c0 commit 3f0283c
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gherkin-lintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"no-restricted-tags": ["on", {"tags": ["@focus"]}],
"use-and": "on",
"no-multiple-empty-lines": "on",
"no-dupe-feature-names": "on"
}
53 changes: 53 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"scripts": {
"clean": "rimraf lib/",
"lint:js": "eslint . --cache",
"lint:gherkin": "gherkin-lint",
"lint:md": "remark --quiet . --frail",
"lint:travis": "travis-lint .travis.yml",
"lint:lockfile": "lockfile-lint --path package-lock.json --type npm --validate-https --allowed-hosts npm",
Expand Down Expand Up @@ -60,6 +61,7 @@
"commitlint-config-travi": "1.3.6",
"cucumber": "6.0.5",
"cz-conventional-changelog": "3.1.0",
"gherkin-lint": "^3.3.10",
"husky": "^4.0.2",
"lockfile-lint": "^3.0.0",
"mocha": "7.0.1",
Expand Down

0 comments on commit 3f0283c

Please sign in to comment.