mirror of
https://github.com/ClaperCo/Claper.git
synced 2025-12-14 19:07:52 +01:00
16 lines
230 B
Elixir
16 lines
230 B
Elixir
%{
|
|
configs: [
|
|
%{
|
|
name: "default",
|
|
strict: false,
|
|
parse_timeout: 5000,
|
|
color: true,
|
|
checks: %{
|
|
disabled: [
|
|
{Credo.Check.Readability.ModuleDoc, []}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|