Current section

Files

Jump to
barrel_ex_http .credo.exs
Raw

.credo.exs

%{
configs: [
%{
name: "default",
files: %{
included: ~w{config lib test}
},
strict: true,
color: true,
checks: [
{Credo.Check.Readability.MaxLineLength, max_length: 80}
]
}
]
}