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

Eliminate all dead code #521

Merged
merged 4 commits into from
Aug 27, 2024
Merged

Eliminate all dead code #521

merged 4 commits into from
Aug 27, 2024

Conversation

Bouni
Copy link
Owner

@Bouni Bouni commented Aug 8, 2024

I was aware that there are a lot of unused fuctions and vataibles throughout the code.

So I used deadcode to find all unused functions and remove them.

In places where we overload functions I added # noqa comments

@Bouni
Copy link
Owner Author

Bouni commented Aug 8, 2024

I decided to add deadcode to the CI so no more dead code can occure.
There is a problem with the pre-commit-hook for it, so I commented that for now and opened an issue (albertas/deadcode#16)

@Bouni Bouni merged commit 1da1ad9 into main Aug 27, 2024
3 checks passed
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.

1 participant