Current section
Files
Jump to
Current section
Files
barrel_ex_http
.credo.exs
.credo.exs
%{
configs: [
%{
name: "default",
files: %{
included: ~w{config lib test}
},
strict: true,
color: true,
checks: [
{Credo.Check.Readability.MaxLineLength, max_length: 80}
]
}
]
}