v0.22.0
v0.22.0 (2024-01-20)
Documentation
- docs: Add pull request template (#389)
This should help developers to think about e.g. tests, documentation,
etc. when filing a new PR. (41f89a5
)
Feature
- Adds support for Kotlin linting.
- Updated script to support 2 or 3 digit story numbers.
Closes #64
AC's confirmed:
- Pre-commit hooks are configured and config is stored in the repo
under /.secureli/config when a Kotlin repo is detected.
<img width="1071" alt="image"
src="https://github.com/slalombuild/secureli/assets/127901972/54dc1a9a-f483-4a77-b082-9b64d6ce1ff0">
<img width="613" alt="image"
src="https://github.com/slalombuild/secureli/assets/127901972/a325e2c4-e22c-41fb-a4ed-089b03bb5c5c">
<img width="599" alt="image"
src="https://github.com/slalombuild/secureli/assets/127901972/ea3b92aa-9a63-4d40-815e-59cdc51b4a62">
- If there are any failing linting issues, per the list above, when a
commit is attempted the commit is blocked and an error with details is
displayed to the user.
<img width="1341" alt="image"
src="https://github.com/slalombuild/secureli/assets/127901972/cbde31d4-6c1a-4a11-adda-ebc999d6d28b">
- Readme & internal help is updated with supporting language info:
(See updated contributing.md file) (9427cef
)