/gh-validate-codeowners

CODEOWNERS file validator

Primary LanguageShellApache License 2.0Apache-2.0

GitHub extension for CODEOWNERS Validator

Ensures the correctness of your CODEOWNERS file.

Software License

The Codeowners Validator is available as a GitHub CLI extension.

Installation

gh extension install mszostok/gh-validate-codeowners

Usage

env REPOSITORY_PATH="." \
    EXPERIMENTAL_CHECKS="notowned" \
    CHECKS="files,duppatterns,syntax" \
    gh validate-codeowners

Check the Configuration section for more info on how to enable and configure given checks.