I'm looking for a way to disable validation rules in the Thinkwise Platform that didn't originate from the current branch.
The use case is when working in a feature branch: I'd like only the validations introduced or modified in that branch to be enforced, while validations inherited from other branches (e.g. main or parent branches) are ignored.
Is there a built-in setting, script, or recommended approach to achieve this? Has anyone implemented something similar in their development workflow?

