Browse Source

Bump elvis DRY threshold because of hstore codec

Sergey Prokhorov 5 years ago
parent
commit
afbdf47992
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rebar.config

+ 1 - 0
rebar.config

@@ -27,6 +27,7 @@
      rules =>
          [{elvis_style, line_length, #{limit => 120}},
           {elvis_style, god_modules, #{limit => 41}},
+          {elvis_style, dont_repeat_yourself, #{min_complexity => 11}},
           {elvis_style, state_record_and_type, disable} % epgsql_sock
          ]}
   ]