Skip to content

Commit

Permalink
fixup! dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Jul 26, 2024
1 parent a63009b commit 5ac98c3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@
}}
, {elvis_text_style, no_tabs}
, {elvis_text_style, no_trailing_whitespace}
, {elvis_style, macro_names, #{ regex => "^([A-Z][A-Za-z_0-9]+)$" }}
, { elvis_style
, macro_names
, #{ regex => "^([a-zA-Z][a-zA-Z_0-9]+)$" % "^([A-Z][A-Z_0-9]+)$" FIXME
, ignore => []
}
}
, {elvis_style, macro_module_names}
, {elvis_style, operator_spaces, #{rules => [ {right, ","}
, {right, "++"}
Expand Down

0 comments on commit 5ac98c3

Please sign in to comment.