Open
Description
I have gone thru and followed the documentation necessary for implementing custom rules. I realized the solution provided to implement custom rules also utilizes "bypass_version_lock=True", in turn rendering their automated versioning system unusable. I went ahead and tried setting this configuration to false for testing and was met with various validation errors flagged on my custom rule when using --update-version-lock in the dev function.
I was wondering if there's a pre-existing solution to not only implement custom rules but also utilizes the automated versioning system provided by the tool with my custom rules. Thanks.