forked from klarna/bec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
elvis.config
29 lines (29 loc) · 884 Bytes
/
elvis.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
{ elvis,
[ { config,
#{ src_dirs => ["src"]
, rules => [ { elvis_style
, line_length
, #{ limit => 80 }
}
, { elvis_style
, no_trailing_whitespace
, #{ ignore_empty_lines => true }
}
, { elvis_style
, no_tabs
}
%% , { elvis_style
%% , operator_spaces
%% , #{ rules => [ {right, "," }
%% , {right, "++"}
%% , {left , "++"}
%% ]
%% }
%% }
]
}
}
]
}
].