Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#14] Implement nesting level rule #43

Merged
merged 6 commits into from
Jul 18, 2014

Conversation

jfacorro
Copy link
Contributor

  • Created elvis_code module to parse and process erlang code.
  • Implemented nesting_level rule.

@@ -17,6 +18,9 @@
-define(MACRO_AS_FUNCTION_NAME_MSG,
"Don't use macros (like ~s on line ~p) as function names.").
-define(OPERATOR_SPACE_MSG, "Missing space ~s ~p on line ~p").
-define(NESTING_LEVEL_MSG,
"The expression on line ~p and column ~p is nested "
++ "beyond the maximum level of ~p.").
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need the ++ here

elbrujohalcon added a commit that referenced this pull request Jul 18, 2014
@elbrujohalcon elbrujohalcon merged commit c94464d into master Jul 18, 2014
@jfacorro jfacorro deleted the jfacorro.14.nesting.level.rule branch July 18, 2014 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants