We welcome pull requests that will help advance best practices for Apex development!
See validators.py for implementations.
See retools.py and base.py for the regex-based framework.
- Format with Black using 80-character linewrap.
- Make sure tests.py passes.
- If adding a validation:
- Add test to tests.py.
- Add a description to the README.