forked from potsda.mn/mobilizon
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 <tcit@tcit.fr>
This commit is contained in:
parent
0861f79c45
commit
67b89baf73
|
@ -118,6 +118,7 @@
|
||||||
#
|
#
|
||||||
## Warnings
|
## Warnings
|
||||||
#
|
#
|
||||||
|
{Credo.Check.Warning.ApplicationConfigInModuleAttribute, false},
|
||||||
{Credo.Check.Warning.BoolOperationOnSameValues, []},
|
{Credo.Check.Warning.BoolOperationOnSameValues, []},
|
||||||
{Credo.Check.Warning.ExpensiveEmptyEnumCheck, []},
|
{Credo.Check.Warning.ExpensiveEmptyEnumCheck, []},
|
||||||
{Credo.Check.Warning.IExPry, []},
|
{Credo.Check.Warning.IExPry, []},
|
||||||
|
|
Loading…
Reference in a new issue