You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to specify a list of paths to the verify command. It has a better usability since it is a CLI tool to validate files/folders.
Current behavior
I can verify a single path at once.
$ codeowners-verifier verify foo/
INFO[0000] Found matching rule on line 7: /**/ [@group1]
Expected behavior
I can verify a batch of paths at once
$ codeowners-verifier verify foo/ bar/ foobar/foo.ext
INFO[0000] Found matching rule on line 7: /**/ [@group1]
INFO[0001] Found matching rule on line 7: /**/ [@group1]
INFO[0002] Found matching rule on line 7: /**/ [@group1]
The text was updated successfully, but these errors were encountered:
I would like to specify a list of paths to the
verify
command. It has a better usability since it is a CLI tool to validate files/folders.Current behavior
I can verify a single path at once.
Expected behavior
I can verify a batch of paths at once
The text was updated successfully, but these errors were encountered: