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

refactor: fix codes to pass no-unused-vars lint #764

Merged
merged 1 commit into from
Mar 2, 2021

Conversation

magurotuna
Copy link
Member

The no-unused-vars rule is going to be enabled by default in deno_lint: denoland/deno_lint#625
Once it's enabled, lots of errors will be flagged in deno_std. So in this PR, I address them beforehand.

@CLAassistant
Copy link

CLAassistant commented Feb 27, 2021

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks! @magurotuna

@kt3k kt3k merged commit b134d54 into denoland:main Mar 2, 2021
@magurotuna magurotuna deleted the no-unused-vars branch March 2, 2021 07:33
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.

3 participants