Skip to content

Commit

Permalink
[inaka#186] Allow digits in function names in config/elvis.config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin C. Baird committed Sep 28, 2015
1 parent 49d2355 commit c4434d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/elvis.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
elvis_style,
function_naming_convention,
#{regex => "^([a-z]*_?)*(_SUITE)?$"}
#{regex => "^([a-z][a-z0-9]*_?)*(_SUITE)?$"}
},
{elvis_style, state_record_and_type},
{elvis_style, no_spec_with_records},
Expand Down

0 comments on commit c4434d8

Please sign in to comment.