List unrecognized lines when running the checker with --no-interactive option
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 an unrecognized line is found it is not listed as an inconsistency.
The unrecognized lines should be listed as part of the inconsistencies.
Also relevant: https://github.com/seejohnrun/haste-server/pull/43
I like the approach of tackling the overall problem in pieces, starting with this which would be easy to implement and solve a majority of the cases people would like.
Good idea
This issue is stale because it has been open for 30 days with no activity.