Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit daccde3

Browse files
committed
update Elvis configuration to use new module names
1 parent 937fca0 commit daccde3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elvis.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
filter => "*.erl",
88
ignore => ["src/oc_trace_pb.erl", "src/oc_trace_config_pb.erl"],
99
rules => [{elvis_style, god_modules, #{ignore => [ocp]}},
10-
{elvis_style, no_debug_call, #{ignore => [oc_reporter_stdout,
11-
oc_stat_exporter_stdout]}},
10+
{elvis_style, no_debug_call, #{ignore => [oc_trace_stdout_handler,
11+
oc_stat_stdout_handler]}},
1212
{elvis_style, dont_repeat_yourself, #{min_complexity => 20}},
1313
{elvis_style, line_length, #{limit => 120}},
1414
{elvis_style, state_record_and_type, disable},

0 commit comments

Comments
 (0)