Skip to content

Commit 638c8d3

Browse files
committed
Disable alias requirement in credo rules
Igniter's module naming doesn't work well with aliases.
1 parent 281ab03 commit 638c8d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.credo.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
# You can customize the priority of any check
2525
# Priority values are: `low, normal, high, higher`
2626
#
27-
{Credo.Check.Design.AliasUsage,
28-
[priority: :low, if_nested_deeper_than: 2, if_called_more_often_than: 0]},
27+
{Credo.Check.Design.AliasUsage, false},
2928
{Credo.Check.Design.TagTODO, [exit_status: 2]},
3029
{Credo.Check.Design.TagFIXME, []},
3130

0 commit comments

Comments
 (0)