style: disable elvis `param_pattern_matching` check
This commit is contained in:
parent
51e55dcad8
commit
0eac19ef12
|
@ -9,6 +9,7 @@
|
|||
filter => "*.erl",
|
||||
ruleset => erl_files,
|
||||
rules => [
|
||||
{elvis_style, param_pattern_matching, disable},
|
||||
{elvis_style, macro_names, disable},
|
||||
{elvis_style, function_naming_convention, disable},
|
||||
{elvis_style, state_record_and_type, disable},
|
||||
|
|
Loading…
Reference in New Issue