website icon indicating copy to clipboard operation
website copied to clipboard

Enable .validate(options.skip) to specific model validator

Open ikraloz opened this issue 6 years ago • 2 comments

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.

ikraloz avatar May 17 '19 20:05 ikraloz

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. 🙂

github-actions[bot] avatar Nov 10 '21 00:11 github-actions[bot]

@ikraloz Did you end up finding out how to skip specific custom model validators?

ericauv avatar May 26 '22 14:05 ericauv