Fork me on GitHub
#joker
<
2019-06-15
>
y.khmelevskii05:06:44

Hi everybody! Just curious is it possible to create customer joker lint rules? Something like in eslint https://blog.webiny.com/create-custom-eslint-rules-in-2-minutes-e3d41cb6a9a0?cf_lbyyhhwhyjj5l3rs65cb3w=msd9t7ui86dfhny9id4bsf

Candid00:06:58

No, Joker doesn't support custom rules.

y.khmelevskii06:06:26

maybe it makes sense to add this feature in roadmap?

Candid17:06:04

what rules do you have in mind? It's an interesting idea, but it's more challenging to do it in Joker since it's written in Go, so rules would have to be written in some sort of DSL.