style: disable elvis `param_pattern_matching` check

This commit is contained in:
JimMoen 2024-06-05 10:29:18 +08:00
parent 51e55dcad8
commit 0eac19ef12
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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},