You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the modeljson generator to remove the redundant minValue check from the generated Go code for unsigned integers, while keeping the validation in the generated JSON schema.
Update the modeljson generator to remove the redundant
minValue
check from the generated Go code for unsigned integers, while keeping the validation in the generated JSON schema.So we can remove the nolint in https://github.com/elastic/apm-data/blob/main/input/elasticapm/internal/modeldecoder/generator/slice.go
See #123 (comment)
The text was updated successfully, but these errors were encountered: