e7df2614bc
With two accepted exceptions
18 lines
326 B
Elixir
18 lines
326 B
Elixir
%{
|
|
configs: [
|
|
%{
|
|
name: "default",
|
|
checks: %{
|
|
extra: [
|
|
{Credo.Check.Refactor.Nesting, max_nesting: 3}
|
|
],
|
|
disabled: [
|
|
{Credo.Check.Refactor.CyclomaticComplexity, []},
|
|
{Credo.Check.Readability.ModuleDoc, []}
|
|
]
|
|
}
|
|
# files etc.
|
|
}
|
|
]
|
|
}
|