Releases: anderseknert/pre-commit-opa
Releases · anderseknert/pre-commit-opa
v1.5.1
- Add
--strict
flag toopa check
command for compiler strict mode
v1.5.0
v1.4.1
Adds pass_filenames: false to opa-check so that check always run on all files (thanks @ryuheechul!)
v1.4.0
- Adds
pass_filenames: false
toopa-test
andconftest-verify
so that tests always run on all files (thanks @bplotnick!)