You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
564 B
21 lines
564 B
%{
|
|
configs: [
|
|
%{
|
|
name: "default",
|
|
strict: false,
|
|
checks: [
|
|
{Credo.Check.Refactor.CondStatements, false}
|
|
],
|
|
files: %{
|
|
excluded: [
|
|
"_build",
|
|
"deps",
|
|
"lib/status_update/list_item/local_cache/request_external.ex",
|
|
"lib/su_list_item/prepare_recurrence_updates/for_point_in_time/evaluate_planning_slug.ex",
|
|
"lib/su_list_item/status_update_cache/deep_refresh/report_histories.ex",
|
|
"lib/su_list_item_web/externalize_updates.ex",
|
|
]
|
|
},
|
|
}
|
|
]
|
|
}
|
|
|