Eva Kadlecová

Results 6 issues of Eva Kadlecová

When running the checker with `--no-interactive` option, it lists new files which were introduced and patterns which are contained in the CODEOWNERS file but missing in the repository. However, when...

Add options for executing only one action of the checker instead of always running all of them. Use `--only` or `--except` options for checking only for added or deleted files.

``` # Everything * @owner # Group1 ## Group2 ### Group3 directory/alien_file.rb @Michal ``` => ``` # Everything * @owner ```

Checks should be executed in this order: - [ ] Check comments for patterns - [ ] matching existing files - [ ] avoid duplicates with existing patterns - [...

The current configuration creates a default team in a git config file and we're probably going to expand to multiple teams and other details. The intent here is to extend...

We created an example of a useless pattern named `Gumfile` that should suggest `Gemfile` but the Gemfile is already in place in the code owners file. In this case, it...