mszostok / gh-validate-codeowners

CODEOWNERS file validator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

CODEOWNERS file validator

License:Apache License 2.0


Languages

Language:Shell 100.0%