This repository contains personal conftest policies that are used to check code and try to reach as much as possible a good level of DRY (don't repeat yourself).
NOTE: "personal" here means that some of them could be opinionated, some of them could be also possibly wrong in several possible contexts, beware!
Each collection of packages has its own documentation:
Documentation can be (re)generated by running make docs
target.
When adding/deleting/modifying policies the following make
targets
should be run:
make check-fmt
make lint
make test
...to ensure that policies are properly formatted, linted and tested.