Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add plugin to eslint which adds error when DomainObject.nested is not set and def has nested types #7

Open
uladkasach opened this issue Sep 6, 2020 · 0 comments
Labels
pit-of-success Something that prevents bugs in common use cases

Comments

@uladkasach
Copy link
Member

we want this plugin to be generic, so that other errors/warns can be added

side note: eventually we will want to add the decorate() option of adding this data to it

the message should explain that without doing this:

  • serialize and getUniqueIdentifier will throw errors in some cases and silent bugs in others (i.e., very dangerous)
@uladkasach uladkasach added the bug-in-usage-causer Something causes downstream bugs in common use cases label Sep 6, 2020
@uladkasach uladkasach added pit-of-success Something that prevents bugs in common use cases and removed bug-in-usage-causer Something causes downstream bugs in common use cases labels Sep 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pit-of-success Something that prevents bugs in common use cases
Projects
None yet
Development

No branches or pull requests

1 participant