This repository has been archived by the owner on Jul 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.vile.yml
72 lines (64 loc) · 1.49 KB
/
.vile.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
vile:
ignore:
- ".*"
- "*.json"
- LICENSE
- "*.lock"
- "*.log"
- "*.md"
- src/@types
- test/fixtures
- test/mocha.opts
- "*.yml"
depcheck:
config:
ignore_dev_deps: true
ignore_deps:
- "@types/**"
- "vile-**"
ignore_dirs:
- src
- .docs
retire:
config:
node: true
package: true
js: false
ignore:
- .docs
synt:
ignore: lib
comment:
ignore: lib
eclint:
ignore: lib
language:
ignore: lib
stat:
ignore:
- src/@types/**
license:
config:
allowed:
- MIT
- ISC
- MPL-2.0
- LGPL
- BSD
- Apache
- Unlicense
- Artistic
- WTFPL
- Public Domain
- CC-BY-3.0
- CC-BY-4.0
- CC0-1.0
ignored:
- classifier # MIT https://github.com/harthur/classifier/blob/master/LICENSE
- event-stream # MIT https://github.com/dominictarr/event-stream/blob/master/LICENCE
- goo.gl # See: https://github.com/kaimallea/node-googl/issues/14
- jsonify # Public Domain https://github.com/substack/jsonify/blob/master/package.json#L29
- map-stream # MIT https://github.com/dominictarr/map-stream/blob/master/LICENCE
- retire # Apache-2.0 https://github.com/RetireJS/retire.js/blob/master/LICENSE.md
- semver-utils # Apache-2.0 https://git.daplie.com/coolaj86/semver-utils/blob/master/package.json#L20
- base64-js # MIT https://github.com/beatgammit/base64-js/blob/master/LICENSE