putcho01
putcho01
@jamietanna I don't think `prefer-skip-optional-pointer-on-container-types` would solve this issue, as they address different aspects - **`prefer-skip-optional-pointer-on-container-types`**: Controls pointer to the array itself (`*[]string` vs `[]string`) - **This fix**: Controls pointer...
@jamietanna I think the omitempty handling is already correct with this fix — it's determined by whether the property is required, which is independent of whether the array items are...
Hi @jamietanna , just checking if you had a chance to look at my question above. Let me know what you think!
I agree with this as well