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
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()
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Fixed with #146.
No branches or pull requests
When run in the root of umbrella wrong paths are returned
Expected:
Is:
The text was updated successfully, but these errors were encountered: