mszostok / codeowners-validator

The GitHub CODEOWNERS file validator
Apache License 2.0
211 stars 48 forks source link

Executing File Exist Checker Not support glob #195

Open jcook-uptycs opened 1 year ago

jcook-uptycs commented 1 year ago

Description

These globs work in the CODEOWNERS file.

Jenkinsfile* @Team
Dockerfile* @Team
Makefile* @Team

This reports as

"make*.sh" does not match any files in repository

make*.sh @Team

This file does exist scripts/utilities/makeAll.sh in the repo.

Expected result

Actual result

Steps to reproduce

Troubleshooting