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

[Fixes #42] Strings, atoms and binaries are new ignored. #62

Merged
merged 2 commits into from
Jul 24, 2014

Conversation

jfacorro
Copy link
Contributor

  • Each node in the parse tree now has a location and a text attribute.
  • The new elvis_code:find_by_location/2 function can find a node given the parse tree Root and a location in the format {Line, Column}.

@@ -1,6 +1,6 @@
-module(fail_operator_spaces).

-export([function1/2,function2/2]).
-export([function1/2,function2/2, function3/2]).
Copy link

Choose a reason for hiding this comment

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

Missing space after "," on line 3

elbrujohalcon added a commit that referenced this pull request Jul 24, 2014
[Fixes #42] Strings, atoms and binaries are new ignored.
@elbrujohalcon elbrujohalcon merged commit 271553c into master Jul 24, 2014
@jfacorro jfacorro deleted the jfacorro.42.operator.spaces.rule.bug branch July 24, 2014 20:11
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

3 participants