-
Notifications
You must be signed in to change notification settings - Fork 4
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
ci: Detect unused code with Periphery #1401
Conversation
091a578
to
912f6a1
Compare
Found 137 unused code occurences Expand
|
91632d0
to
527ce14
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Checkout my comment about defining an extra variable, you can either change it or merge this as is. As you prefer.
a24757f
to
4ada230
Compare
Quality Gate passedIssues Measures |
Unused code is now detected using periphery. (https://github.com/peripheryapp/periphery)
For every PR a comment is generated which gives a list of unused code + the count.