Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit be9bbb7

Browse files
committed
Adjusting FunctionArity rule to 5
The Parser behavior requires 5 parameters, so adjusting this rule by 1 to allow.
1 parent 83b594e commit be9bbb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/dogma.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ config :dogma,
1414
# Override an existing rule configuration
1515
override: [
1616
%Rule.LineLength{max_length: 120},
17+
%Rule.FunctionArity{max: 5}
1718
]

0 commit comments

Comments
 (0)