reactive-interaction-gateway icon indicating copy to clipboard operation
reactive-interaction-gateway copied to clipboard

Use mix check to always automatically lint the code

Open kevinbader opened this issue 6 years ago • 0 comments

mix check is a handy Mix Task that runs a number of tools:

  • compiler
  • formatter: we might need to disable this at first if this would introduce too many changes, but it would be nice to have this enabled
  • ex_unit
  • credo
  • sobelow: it won't help us with the cowboy endpoints, but it would be good to use this nevertheless
  • dialyzer: I'd like to get there, see #47
  • ex_doc: not sure if it makes sense to do this on every run

kevinbader avatar Aug 20 '19 07:08 kevinbader