codeowners icon indicating copy to clipboard operation
codeowners copied to clipboard

👁 audit your CODEOWNERS file

Results 25 codeowners issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/beaugunderson/codeowners/issues/24

This PR intends to allow lib usage like this : ``` import { Codeowners, CodeownersFile } from 'codeowners'; codeowners = new Codeowners(); ```

A great feature would be having the option to filter out all the files that are included in the .gitignore. Something like: ``` codeowners audit --unowned --no-ignored ```

```sh $ codeowners of path/to/some/file ```

Currently doesn't recognize default owners as prescribed in gitlab's documentation. https://docs.gitlab.com/ee/user/project/codeowners/#set-default-owner-for-a-section

pre-commit is a popular framework for running Git hooks before commits or pushes. To make a library work with pre-commit, it must provide hooks. This will make it easier to...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

I recently discovered that the CODEOWNERS format isn't exactly the same as gitignore; it's similar but has a difference in the handling of `foo/*` vs `foo/` — the former only...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [json5](https://github.com/json5/json5) and [tsconfig-paths](https://github.com/dividab/tsconfig-paths). These dependencies needed to be updated together. Updates `json5` from 2.2.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest'...

dependencies