Skip to content

Commit 0569fe4

Browse files
committed
add elvis config
1 parent ea9f2c6 commit 0569fe4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

elvis.config

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[
2+
{
3+
elvis,
4+
[
5+
{config,
6+
[#{dirs => ["src", "test"],
7+
ignore => [of_parser, of_lexer],
8+
filter => "*.erl",
9+
rules => [{elvis_style, line_length, #{limit => 80,
10+
skip_comments => false}},
11+
%% ...
12+
{elvis_style, state_record_and_type},
13+
{elvis_style, no_spec_with_records}
14+
]
15+
}
16+
]
17+
}
18+
]
19+
}
20+
].

0 commit comments

Comments
 (0)