Jeremy Cohen

Results 3 comments of Jeremy Cohen

Sorry I didn't get back sooner. Here's roughly how we currently use this script to look for unowned files in a specific subdirectory: ``` REPOSITORY_PATH=... EXPERIMENTAL_CHECKS="notowned" NOT_OWNED_CHECKER_SKIP_PATTERNS=... CHECKS="files,duppatterns,syntax" NOT_OWNED_CHECKER_SUBDIRECTORIES=... ./bin/codeowners-validator...

We're also looking into using this in a private repo. The main use case we're going after is making sure all files in a test directory have an owner. To...