Skip to content

Add new check for struct contains also @derive Jason.Encoder#12

Open
silviurosu wants to merge 5 commits intoxtian:masterfrom
silviurosu:master
Open

Add new check for struct contains also @derive Jason.Encoder#12
silviurosu wants to merge 5 commits intoxtian:masterfrom
silviurosu:master

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