Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use mix check to always automatically lint the code #248

Open
kevinbader opened this issue Aug 20, 2019 · 0 comments
Open

Use mix check to always automatically lint the code #248

kevinbader opened this issue Aug 20, 2019 · 0 comments

Comments

@kevinbader
Copy link
Contributor

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 Get rid of Dialyzer warnings #47
  • ex_doc: not sure if it makes sense to do this on every run
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

No branches or pull requests

1 participant