-
Notifications
You must be signed in to change notification settings - Fork 0
HasDescriptionRule
CI edited this page Apr 1, 2020
·
5 revisions
This rule checks that repository has a description with something in it.
Description helps other people in our organization to see what the repository contains. Description should be a short summary about the project domain.
This rule doesn't have an automatic fix.
To ignore HasDescriptionRule validation, use following repository-validator.json
{
"Version":"1",
"IgnoredRules": [
"HasDescriptionRule"
]
}