We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code warns about an expression past the nesting level of 3.
-module(hello). f(X) -> case X of 1 -> ok; _ -> case X of 2 -> fun f/1; _ -> ok end end.
The text was updated successfully, but these errors were encountered:
This can be fixed by changing the name of the nodes for implicit funs in ktn_code from inaka/erlang-katana.
ktn_code
Sorry, something went wrong.
When inaka/erlang-katana#130 is fixed and a new version is released we should update that in elvis_core and close this issue.
elvis_core
[inaka/elvis#342] function references shouldn't count as a level
af54824
Merge pull request #82 from jfacorro/jfacorro.342.dont-count-fun-refe…
0376814
…rences-as-level [inaka/elvis#342] function references shouldn't count as a level
No branches or pull requests
The following code warns about an expression past the nesting level of 3.
The text was updated successfully, but these errors were encountered: