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

`#` Comments are valid inline in a codeowners file, but we currently treat them as more usernames. This change ensures we treat comments as such and strip them from the...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...

dependencies

When using the audit feature, untracked files (e.g. files that are generated by a build process and aren't tracked by git) are reported on. I think [this code that finds...

CODEOWNERS is a case sensitive file. We can still use the ignore library, we just need to update it and pass a flag. - adds tests (jest) - adds a...

I have a large repository, containing ~500 000 files (in a large directory tree). Running `codeowners -u` on it requires allowing around 8 GB RAM to NodeJS (`--max_old_space_size=8000`) and I...

Hey, long time! This library has continued to be super useful at Twitch over the years! We happened to notice today that the regex I added years ago wasn't correctly...