Skip to content
  • David McKay's avatar
    Elixir 1.6 Code Formatting · 74831f47
    David McKay authored
    - This will now be enforced during CI and `make lint`
    - New `Makefile` target added to format code for you: `make format`
    - Credo now only runs against `lib/`
    - Behaviours now respect `load_configuration/1`, which has been standard for a while and ignored. Sorry!
    74831f47