Skip to content

Commit b09fc8c

Browse files
committed
add repolinter config
1 parent 76343a7 commit b09fc8c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

repolinter.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/todogroup/repolinter/master/rulesets/schema.json",
3+
"version": 2,
4+
"axioms": {
5+
"linguist": "language",
6+
"licensee": "license",
7+
"packagers": "packager"
8+
},
9+
"rules": {
10+
"license-file-exists": {
11+
"level": "off",
12+
"rule": {
13+
"type": "file-existence",
14+
"options": {
15+
"globsAny": ["LICENSE*", "COPYING*"],
16+
"nocase": true
17+
}
18+
}
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)