codespell-project / codespell

check code for common misspellings
GNU General Public License v2.0
1.81k stars 465 forks source link

Add re-using->reusing #3443

Closed korverdev closed 1 month ago

korverdev commented 1 month ago

Something seems to be up with the code coverage check. This PR is just adding more misspellings, so shouldn't impact code coverage one way or the other.

DimitriPapadopoulos commented 1 month ago

About the CI error, I guess codecov has been updated under the hood, changing the metrics and the results at the project level. Hopefully they'll push a new version soon that will fix the bug.

DimitriPapadopoulos commented 1 month ago

@korverdev Could you rebase against master? We forced a merge in another PR, hopefully resetting project-level coverage metrics.

korverdev commented 1 month ago

@DimitriPapadopoulos Accidentally did a merge instead, but that seems to have cleared it up. Thanks for your help!

korverdev commented 1 month ago

I stand corrected. Looks like that check took a bit longer than expected to appear. I'll close this PR and reopen off a new branch later today.