Skip to content

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

Open
silviurosu wants to merge 5 commits into
xtian:masterfrom
silviurosu:master
Open

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

Conversation

@silviurosu

Copy link
Copy Markdown

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

xtian commented Mar 31, 2021

Copy link
Copy Markdown
Owner

@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