diff --git a/repolinter.json b/repolinter.json index c023442..e186e5f 100644 --- a/repolinter.json +++ b/repolinter.json @@ -183,6 +183,16 @@ "globsAny": ["PULL_REQUEST_TEMPLATE*", ".github/PULL_REQUEST_TEMPLATE*"] } } + }, + "Project Metadata": { + "level": "warning", + "rule": { + "type": "file-existence", + "options": { + "globsAny": ["code.gov", "publiccode.yml"] + "nocase": true + } + } } } }