Enable .validate(options.skip) to specific model validator
No documentation found about skiping model validators
Theres no documentation related to the feature descibed and added in https://github.com/sequelize/sequelize/issues/4527#issue-106877510
The documentation only describes how to skip some fields with validate(options.skip) or validate only some fields with validate(options.fields), but not how to skip some validator inside a property.
This issue has been automatically marked as stale because it has been open for 14 days without activity. It will be closed if no further activity occurs within the next 14 days. If this is still an issue, just leave a comment or remove the "stale" label. 🙂
@ikraloz Did you end up finding out how to skip specific custom model validators?