Skip to content

HasDescriptionRule

CI edited this page Apr 1, 2020 · 5 revisions

HasDescriptionRule

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"
    ]
}
Clone this wiki locally