Browse Source

style: disable elvis `param_pattern_matching` check

JimMoen 1 year atrás
parent
commit
0eac19ef12
1 changed files with 1 additions and 0 deletions
  1. 1 0
      elvis.config

+ 1 - 0
elvis.config

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