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 new check for struct contains also @derive Jason.Encoder #12

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

silviurosu
Copy link

I have added a custom check that every struct to have @derive Jason.Encoder
Many times a struct needs to be serialized either for bugtracking either for api responses. I often encountered this issue in my projects that somebody forgot to add this.
I find it useful.

@xtian
Copy link
Owner

xtian commented Mar 31, 2021

@silviurosu Can you change this so that the derive checked is set via a parameter? I don't want to add a check that is hard-coded for Jason.Encoder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants