🎉 GitHub Codeowners Validator 0.7.3 is now available!
Highlights
✨ New functionality
- not-owned-checker: Add git-ls-tree implementation with subdirectory support (#141) (@jeremycohen)
Now you can specify against which subdirectories thenot-owned
check should be executed. To configure that, use theNOT_OWNED_CHECKER_SUBDIRECTORIES
environment variable. In the default mode, it works as previously, where all files are checked. - Add GitHub token validation to get rid of misleading error checks (#143)
🔧 Bug Fixes
- Fix scope and internal error handling (#145) (@mszostok)
The previous release informs the user about the internal error, but the exit code was not properly propagated. Now, besides the error message, the exit code is also set.
Changelog
- a16e4b9: not-owned-checker: Add git-ls-tree implementation with subdirectory support (#141) (@jeremycohen)
- 2ae5a4b: Add token validation when necessary, fmt shell code, enable 'gocritics' (#143) (@mszostok)
- 4e0aa9d: Prepare for release v0.7.3 (#144) (@mszostok)
- 436c7ac: Fix scope and internal error handling (#145) (@mszostok)