macro_names rule complains about "STAGED_CONTENT(Path)" #41
Closed
Description
Since this rule is validating that every alphanumeric character between -define(
and the first ,
is upper case, when defining a macro with arguments it fails.
-define(STAGED_CONTENT(Path),
"git show :" ++ Path).