-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
fix: Add consideration of Node\Attribute to FileVisitor #444
fix: Add consideration of Node\Attribute to FileVisitor #444
Conversation
@AlessandroMinoccheri can you take a look at this PR? |
Hey @philipp-yoummday, thank you for your contribution! Would it be possibile to add a test for the new behaviour? |
@micheleorselli thank you for your comment! Please let me know if that test is sufficient enough for you. |
@philipp-yoummday would you mind rebasing to master? build should be working now, thanks! 🙇 |
8d107b5
to
2f02e40
Compare
@micheleorselli good morning, thanks a lot! Rebase is done. |
2f02e40
to
106cc5a
Compare
one last tests fails, would you mind fixing it? |
ba4b656
to
8aa5c47
Compare
@micheleorselli please let the pipeline run again. It should be working now. |
Thank you @philipp-yoummday ! 🙇 |
At the moment imports of Attributes are ignored. This results in unreliable code analysis.
I've adjusted the code to take imports from attributes into account.