hrzndhrn/recode

Mismatch of ordering between `recode` and `credo`

Closed this issue · 1 comments

Given

alias App.Module.AnnotationV2
alias App.Module.AnnotationsBehaviour

credo and recode disagree on the correct order for them. I think credo is correct in saying

alias App.Module.AnnotationsBehaviour
alias App.Module.AnnotationV2

is the right way, since s before V, and it seems like recode values capitals as a sort of separator of sorts and prefers the order in the first snippet?

Good catch.