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