Skip to content

Commit 3af28ee

Browse files
committed
Let's add a complexity plugin for vile.
1 parent cadb5d7 commit 3af28ee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ vile:
1414
- tags
1515
- .ctags
1616
- .git
17+
- .gitattributes
1718
- circle.yml
1819
- .editorconfig
1920
- .eslintignore
2021
- .eslintrc
2122
- .gitignore
2223
- .npmrc
24+
- .nyc_output
2325
- tags
2426
- tmp
2527
- tsconfig.json

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dev": "bin/dev",
2525
"test": "globstar -- _mocha \"test/spec/**/*.coffee\"",
2626
"test-cov": "nyc -r json -r lcov -r text -x test -x **/node_modules/** npm run -s test",
27-
"vile": "vile a -u -n",
27+
"vile": "vile a -unx src:lib",
2828
"release-it": "release-it"
2929
},
3030
"keywords": [
@@ -62,6 +62,7 @@
6262
"vile-coverage": "^0.2.15",
6363
"vile-depcheck": "^0.1.13",
6464
"vile-eclint": "^0.1.14",
65+
"vile-escomplex": "^0.1.5",
6566
"vile-eslint": "^0.1.14",
6667
"vile-git": "^0.5.3",
6768
"vile-language": "^0.1.13",

0 commit comments

Comments
 (0)