-
Notifications
You must be signed in to change notification settings - Fork 5
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
Aleppo is eating includes #45
Comments
This works well if we use |
We have the same issue with |
Weirdly, @harenson detected that this works appropriately… MinContent = "-module(x).-include(\"x.hrl\")." i.e. without the |
Digging deeper, the wrong behaviour works as this: |
Fixed by #55 |
Coming from inaka/elvis#467, it looks like aleppo is misunderstanding include attributes.
As you can see… aleppo is interpreting
-include("x.hrl").
as just……as if it was just
"x.hrl"
, i.e. the string floating around in the module.The text was updated successfully, but these errors were encountered: