Skip to content

Commit

Permalink
add repolinter config
Browse files Browse the repository at this point in the history
  • Loading branch information
ThKindler committed Oct 20, 2023
1 parent 07c6aaa commit 2ea5d31
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions repolinter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://raw.githubusercontent.com/todogroup/repolinter/master/rulesets/schema.json",
"version": 2,
"axioms": {
"linguist": "language",
"licensee": "license",
"packagers": "packager"
},
"rules": {
"license-file-exists": {
"level": "off",
"rule": {
"type": "file-existence",
"options": {
"globsAny": ["LICENSE*", "COPYING*"],
"nocase": true
}
}
}
}
}

0 comments on commit 2ea5d31

Please sign in to comment.