-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add stirct null check #83
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
Conversation
WalkthroughEnables strict null checking and applies defensive null/undefined handling across services, components, templates, utilities, and tests; introduces runtime guards, required inputs, a kubeconfig validation helper, and test adjustments for null-safety. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~50 minutes
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Free ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
🚧 Files skipped from review as they are similar to previous changes (3)
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
projects/wc/src/app/components/generic-ui/detail-view/detail-view.component.ts
Outdated
Show resolved
Hide resolved
...p/components/generic-ui/list-view/create-resource-modal/create-resource-modal.component.html
Outdated
Show resolved
Hide resolved
...app/components/generic-ui/list-view/create-resource-modal/create-resource-modal.component.ts
Show resolved
Hide resolved
…into strict-null-check
…into strict-null-check
Summary by CodeRabbit
Bug Fixes
Tests
Chores