codeowners-checker icon indicating copy to clipboard operation
codeowners-checker copied to clipboard

Add new checks

Open ekadlecova opened this issue 6 years ago • 0 comments

Checks should be executed in this order:

  • [ ] Check comments for patterns
    • [ ] matching existing files
    • [ ] avoid duplicates with existing patterns
    • [ ] ask to delete commented patterns that don't match existing files
  • [ ] groups without comments
    • [ ] add comment
    • [ ] merge with other group
  • [x] missing references
  • [x] useless patterns
    • [ ] avoid duplicating patterns when suggesting new ones #7
  • [ ] detect duplicate patterns
  • [ ] move groups with same owner to subgroups of a "domain" group - ask for title

It should be possible to configure which checks to run (git config?)

ekadlecova avatar Feb 15 '19 10:02 ekadlecova