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

Fixes #352 - Avoid reporting ignored variables as used when they are used inside a macro #376

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

bormilan
Copy link
Contributor

Description

I added that to ignore if the unused variable is inside a macro.

Closes #352.

Copy link
Member

@elbrujohalcon elbrujohalcon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job, @bormilan ! Thanks.

@elbrujohalcon elbrujohalcon merged commit e81a9d5 into inaka:main Nov 29, 2024
7 checks passed
@elbrujohalcon elbrujohalcon changed the title add ignore macros Fixes #352 - Avoid reporting ignored variables as used when they are used inside a macro Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

False positive on used_ignored_variable inside macros
2 participants