wemake-services/kira

Enable --warnings-as-errors and --long-compilation-threshold

Open

#56 opened on Jul 4, 2019

 (0 comments) (0 reactions) (0 assignees)Elixir (15 forks)auto 404
featuregood first issuehelp wanted

Repository metrics

Stars
 (71 stars)
PR merge metrics
 (PR metrics pending)

Description

https://hexdocs.pm/mix/Mix.Tasks.Compile.Elixir.html

We need to enable these flags to make our build stronger. Let's set --long-compilation-threshold to 10 seconds.

Contributor guide