vets-api
vets-api copied to clipboard
Add Codeowners Check to bin/lint
Summary
- Add Codeowners Check to bin/lint
- use
.github/scripts/check_codeowners.sh
- use
- Allow it to be skipped if running with --only-(rubocop|brakeman)
Related issue(s)
- https://github.com/department-of-veterans-affairs/va.gov-team/issues/74660
Testing done
- [x] Test without flags
- [x] Test with flags
Acceptance criteria
- [x] Codeowners run accurately
- [x] Codeowners check runs without flags
- [x] Codeowners check does not run with flags --only-(rubocop|brakeman)