dwyl / github-backup

:octocat: :back: 🆙 Backup your GitHub Issues so you can still work when (they/you are) offline.
https://github-backup.herokuapp.com
GNU General Public License v2.0
32 stars 3 forks source link

Use `mix format` (from Elixir 1.6() instead of credo #88

Open SimonLab opened 6 years ago

SimonLab commented 6 years ago

see: https://github.com/dwyl/github-backup/pull/21#discussion_r174291676

Instead of using Credo we can use the build in Elixir mix command mix format https://hexdocs.pm/mix/Mix.Tasks.Format.html

However I think Heroku buildback for Elixir still use the 1.5 version so we might need to wait a bit before using 1.6 see https://github.com/HashNuke/heroku-buildpack-elixir/blob/master/elixir_buildpack.config