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

[Closes #236] Operator space false positive #259

Merged
merged 8 commits into from
Aug 27, 2015
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[#236] Update katana version and remove call to erlang:display
  • Loading branch information
jfacorro committed Aug 27, 2015
commit 02c63c6dcd2abb0bd6227d3a4f4d10f5ec39b55f
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dep_ibrowse = git git://github.com/cmullaparthi/ibrowse v4.1.1
dep_aleppo = git git://github.com/inaka/aleppo 0.9.1
dep_zipper = git git://github.com/inaka/zipper 0.1.2
dep_egithub = git git://github.com/inaka/erlang-github 0.1.7
dep_katana = git git://github.com/inaka/erlang-katana 0.2.4
dep_katana = git git://github.com/inaka/erlang-katana 0.2.10


include erlang.mk
Expand Down
1 change: 0 additions & 1 deletion src/elvis_style.erl
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ check_operator_spaces_rule(Line, Num, {Position, Operator}, Root) ->
not_found -> undefined;
{ok, Token} -> ktn_code:type(Token)
end,
erlang:display({Type, TokenType, {Num, Col}}),
case {Type, TokenType} of
{atom, _} -> [];
{binary_element, _} -> [];
Expand Down