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

Invalid paths in umbrella warnings #143

Closed
lukaszsamson opened this issue Nov 14, 2022 · 2 comments
Closed

Invalid paths in umbrella warnings #143

lukaszsamson opened this issue Nov 14, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@lukaszsamson
Copy link

When run in the root of umbrella wrong paths are returned

Expected:

apps/my_app/lib/my_app/my_module.ex: The variable my_var on line 50 is expected to have type pos_integer() but it has type integer()

Is:

apps/my_app/apps/my_app/lib/my_app/my_module.ex: The variable my_var on line 50 is expected to have type pos_integer() but it has type integer()
@erszcz
Copy link
Member

erszcz commented Nov 15, 2022

I think that's solved in #124. We just talked with @luk-pau-es and he's kind enough to craft a more specific PR to handle just this.

@erszcz erszcz added the bug Something isn't working label Nov 15, 2022
@erszcz
Copy link
Member

erszcz commented Nov 21, 2022

Fixed with #146.

@erszcz erszcz closed this as completed Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants