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

[lint] Add analyzer which detects unused results #383

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

turbolent
Copy link
Member

Closes #9

Description

Report expression statements which have an expression that results in a non-Void/Never type.


  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@turbolent turbolent self-assigned this Jun 7, 2024
@bluesign
Copy link
Contributor

bluesign commented Jun 7, 2024

oh this will be super useful for beginners

@turbolent turbolent merged commit d0d53fc into master Jun 7, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Lint] Report unused results
3 participants