mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 12:08:00 +01:00
12 lines
209 B
Elixir
12 lines
209 B
Elixir
|
%{
|
||
|
configs: %{
|
||
|
name: "default",
|
||
|
checks: %{
|
||
|
disabled: [
|
||
|
{Credo.Check.Refactor.CondStatements, false},
|
||
|
{Credo.Check.Refactor.NegatedConditionsWithElse, false}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|