Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: bugfix for error on init of C# repos (#513)
secureli-512 <!-- Include general description here --> Secureli init failed/errors out on initialization of repo with C# language. This PR resolves that issue. ## Changes <!-- A detailed list of changes --> * Made 'rev' property on pre-commit repo setting optional. ## Testing <!-- Mention updated tests and any manual testing performed. Are aspects not yet tested or not easily testable? Feel free to include screenshots if appropriate. --> * All existing unit tests passing ## Clean Code Checklist <!-- This is here to support you. Some/most checkboxes may not apply to your change --> - [x] Meets acceptance criteria for issue - [ ] New logic is covered with automated tests - [ ] Appropriate exception handling added - [ ] Thoughtful logging included - [ ] Documentation is updated - [ ] Follow-up work is documented in TODOs - [ ] TODOs have a ticket associated with them - [x] No commented-out code included <!-- Github-flavored markdown reference: https://docs.github.com/en/get-started/writing-on-github -->
- Loading branch information