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

chore(test): suppress no-unused-vars "'x' is assigned a value but only used as type" #3451

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

exoego
Copy link
Contributor

@exoego exoego commented Sep 26, 2024

👇 Suppresses noisy false-positives on pull requests.
image

The author should do the following, if applicable

  • Add tests
  • Run tests
  • bun run format:fix && bun run lint:fix to format the code
  • Add TSDoc/JSDoc to document the code

Copy link

codecov bot commented Sep 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.58%. Comparing base (f87c221) to head (d9dd323).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3451   +/-   ##
=======================================
  Coverage   95.58%   95.58%           
=======================================
  Files         155      155           
  Lines        9357     9357           
  Branches     2779     2771    -8     
=======================================
  Hits         8944     8944           
  Misses        413      413           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@exoego exoego changed the title chore(test): suppress no-unused-vars 'x' is assigned a value but only… chore(test): suppress no-unused-vars "'x' is assigned a value but only used as type" Sep 26, 2024
@exoego exoego marked this pull request as ready for review September 26, 2024 05:13
Copy link
Member

@yusukebe yusukebe left a comment

Choose a reason for hiding this comment

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

LGTM!

@yusukebe
Copy link
Member

@exoego Thanks! Merging.

@yusukebe yusukebe merged commit bc20d30 into honojs:main Sep 26, 2024
16 checks passed
@exoego exoego deleted the chore-test branch September 26, 2024 07:37
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.

2 participants