-
Notifications
You must be signed in to change notification settings - Fork 6
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 summary objects #96
Conversation
bc304d5
to
d1618dc
Compare
Signed-off-by: Matthias Bertschy <[email protected]>
Summary:
|
PR Description updated to latest commit (7461b46) |
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
Summary:
|
Type
enhancement, bug_fix
Description
deleteDeprecated
for deprecated resources, enhancing code maintainability.operationNotSupportedMsg
instorage.go
for better error message handling.types.go
by reordering import statements for better code readability.Changes walkthrough
types.go
Reorder Import Statements in Types Definition
pkg/apis/softwarecomposition/types.go
cleanup.go
Refactor Cleanup Handlers to Use `deleteDeprecated`
pkg/cleanup/cleanup.go
deleteDeprecated
function.deleteDeprecated
function that does notuse its parameters.
storage.go
Add New Constant for Unsupported Operation Message
pkg/registry/file/storage.go
operationNotSupportedMsg
with the message"operation not supported".