|
@@ -11,7 +11,7 @@
|
|
]}
|
|
]}
|
|
]},
|
|
]},
|
|
{lint, [
|
|
{lint, [
|
|
- {plugins, [rebar3_lint]}
|
|
|
|
|
|
+ {plugins, [{rebar3_lint, "0.2.0"}]}
|
|
]}
|
|
]}
|
|
]}.
|
|
]}.
|
|
|
|
|
|
@@ -26,7 +26,7 @@
|
|
ruleset => erl_files,
|
|
ruleset => erl_files,
|
|
rules =>
|
|
rules =>
|
|
[{elvis_style, line_length, #{limit => 120}},
|
|
[{elvis_style, line_length, #{limit => 120}},
|
|
- {elvis_style, god_modules, #{limit => 41}},
|
|
|
|
|
|
+ {elvis_style, god_modules, #{ignore => [epgsql, epgsqla, epgsqli, epgsql_sock, epgsql_wire]}},
|
|
{elvis_style, dont_repeat_yourself, #{min_complexity => 11}},
|
|
{elvis_style, dont_repeat_yourself, #{min_complexity => 11}},
|
|
{elvis_style, state_record_and_type, disable} % epgsql_sock
|
|
{elvis_style, state_record_and_type, disable} % epgsql_sock
|
|
]}
|
|
]}
|