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

🔥 Remove unused parameters #723

Merged
merged 1 commit into from
Feb 5, 2021
Merged

🔥 Remove unused parameters #723

merged 1 commit into from
Feb 5, 2021

Conversation

webNeat
Copy link
Contributor

@webNeat webNeat commented Feb 5, 2021

Motivation

Remove unused parameters from the code.

Changes

  • Customize ESLint rule @typescript-eslint/no-unused-vars to check all parameters and only ignore the ones starting with _ (we need this to ignore some parameters coming from external libraries).

Testing

ci

I have gone over the contributing documentation.

@webNeat webNeat requested a review from a team as a code owner February 5, 2021 15:57
@webNeat webNeat merged commit 4304434 into master Feb 5, 2021
@webNeat webNeat deleted the amine/esint-func-params branch February 5, 2021 16:24
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