Skip to content

Commit

Permalink
add repolinter.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Feb 9, 2024
1 parent ba43e2b commit 477c44e
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 477c44e

Please sign in to comment.