Unai Esteibar
Unai Esteibar
@churcho not really, I haven't gotten the time to get on this myself, although contributions are always welcome. I'll otherwise eventually build it, but I can't promise when 😄
@churcho will do, but life has been rather crazy lately and haven't had the time yet :)
Hey! This sounds great, but we already have this running on travis (https://travis-ci.org/github/uesteibar/neuron/builds), although we should add 1.10 too. If you want to go ahead and do this using github...
I agree it'd be useful yeah. Tho I doubt I'll have time to do it myself in the near future :(
nope, haven't had the time to work on it tbh :) if you wanna take on it you're more than welcome!
Hi @halostatue! Not sure I'm following, `test/lib/context/employees_test.exs` would (according to the rule) indeed be wrong and should be `test/context/employees_test.exs` right? I'm sure I'm missing something here tho, so if you...
Ah I see what you mean! Yes that is correct, we should indeed be checking for the first part of the path only 👍
yep, true that, I'll poke around 😸
I think we should have a rule like `{Nicene.QueryModule, [exit_status: 0, name: Query]}` so that the `Query` part is configurable. It can default to `Query` tho.
This way if we have a definition of a `QueryModule`, we can also enforce `@doc` for public functions in there