-
Notifications
You must be signed in to change notification settings - Fork 13
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
Introducing Periphery #58
Conversation
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
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.
Thank you for working on all the elements here; the periphery setup looks good.
Happy to see this merged once the last few warnings have been resolved. I can recommend installing the tool locally as well, helps with identifying all the elements it is pointing out.
Thanks @PSchmiedmayer 🎉 Fyi, I resolved the warnings in two separate commits because I wasn't very sure why In the last commit I did a cleanup and in case we need some of this code in the future, we can reintroduce it. |
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 great; thank you! 🚀
Introducing Periphery
♻️ Current situation & Problem
build-and-test
workflow contains jobs that are outside its intended scope.⚙️ Release Notes
build-and-test
jobs for building and running the tests, andstatic-analysis
jobs for code quality checks.Periphery
warnings.Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: