GitHunt

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.

Languages

Shell100.0%

Contributors

Apache License 2.0
Created August 31, 2021
Updated October 11, 2024