Turn off unneeded Credo checks
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
|||||||
|
%{
|
||||||
|
configs: [
|
||||||
|
%{
|
||||||
|
name: "default",
|
||||||
|
checks: %{
|
||||||
|
disabled: [
|
||||||
|
{Credo.Check.Refactor.CyclomaticComplexity, []},
|
||||||
|
{Credo.Check.Refactor.Nesting, []},
|
||||||
|
{Credo.Check.Readability.ModuleDoc, []},
|
||||||
|
{Credo.Check.Design.TagTODO, []}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
# files etc.
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user