All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
--strict
flag toopa check
command for compiler strict mode.
- Add
conftest fmt
option (thanks @artis3n!)
- Fix "opa check" test to include all files.
- Include all files for test/verify, not just staged.
- Removed unused python hooks.
- Fix typo in conftest test hook.
- conftest hooks.
- Use "system" style hooks rather than python ones as we don't need custom logic yet.
- First release, adding pre-commit checks with
opa fmt
,opa check
andopa test