Skip to content

Commit

Permalink
Chore: adds technical dept check
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Apr 17, 2021
1 parent f5a4679 commit e16a8e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .jscpd.json
@@ -0,0 +1,9 @@
{
"threshold": 5,
"reporters": ["html", "console"],
"ignore": [],
"output": "./reports/jscpd",
"minLines": 3,
"minTokens": 30,
"ignoreCase": true
}
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,8 @@ jobs:
script: "npm run test:security"
- stage: test
script: "npm run test:package"
- stage: test
script: "npm run test:dept"
- stage: release
node_js: lts/*
deploy:
Expand Down

0 comments on commit e16a8e2

Please sign in to comment.