From 67b89baf73cdfa8c351f049f3a0071367b0c4247 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 2 Nov 2020 14:05:56 +0100 Subject: [PATCH] Disable Credo check ApplicationConfigInModuleAttribute for now Enable it when we require Elixir 1.10+ and we can use Application.compile_env/3 Signed-off-by: Thomas Citharel --- .credo.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/.credo.exs b/.credo.exs index 1d3bf7620..e4a3bc12a 100644 --- a/.credo.exs +++ b/.credo.exs @@ -118,6 +118,7 @@ # ## Warnings # + {Credo.Check.Warning.ApplicationConfigInModuleAttribute, false}, {Credo.Check.Warning.BoolOperationOnSameValues, []}, {Credo.Check.Warning.ExpensiveEmptyEnumCheck, []}, {Credo.Check.Warning.IExPry, []},