Skip to content

Commit 3d3c789

Browse files
authored
no-release: [PTF-2080] Come on Let's rebar3_lint Again! (#61)
Come on Let's rebar3_lint Again
1 parent a987bb6 commit 3d3c789

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elvis.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
dirs => ["src"],
77
filter => "*.erl",
88
ruleset => erl_files,
9-
rules => [{elvis_style, no_block_expressions, disable}]
9+
rules => [{elvis_style, no_block_expressions, disable},
10+
{elvis_style, private_data_types, disable}]
1011
},
1112
#{
1213
dirs => ["test"],

0 commit comments

Comments
 (0)