honojs / hono

Web framework built on Web Standards
https://hono.dev
MIT License
20.38k stars 584 forks source link

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

Closed exoego closed 1 month ago

exoego commented 1 month ago

👇 Suppresses noisy false-positives on pull requests. image

[!note] Unfortunately, there is no option to allow type-only usage and only available fix is to disable.

The author should do the following, if applicable

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

yusukebe commented 1 month ago

@exoego Thanks! Merging.