ROX-35007: enable modernize/newexpr #21189
Conversation
|
Skipping CI for Draft Pull Request. |
|
This change is part of the following stack:
Change managed by git-spice. |
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
🚀 Build Images ReadyImages are ready for commit 300bb02. To use with deploy scripts: export MAIN_IMAGE_TAG=4.12.x-209-g300bb02844 |
f5028b2 to
0c0eb42
Compare
976a4fa to
300bb02
Compare
|
|
||
| func int32Ptr(i int32) *int32 { return &i } | ||
| //go:fix inline | ||
| func int32Ptr(i int32) *int32 { return new(i) } |
There was a problem hiding this comment.
that's wrong https://go.dev/play/p/7rkLCEznEIJ
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
Description
change me!
User-facing documentation
Testing and quality
Automated testing
How I validated my change
change me!