Hey all, I'd like to skip the validation for only a certain subpackage (with other subpackages contained in that subpackage). Is this possible? I see that there is a skipSubPackageValidation, but this skips all sub packages while I only want to do one. I also see you can make custom validatorSettings, but if I understand this correctly, I'd have to specify every validator to isDisabled true, which would become a long list. So i'm wondering if there is a shorter way?
Greets, Roy