Skip to content

Comments

fix(lint): resolve lint issues in ACM and X-Ray services#228

Merged
sivchari merged 1 commit intomainfrom
fix/lint-issues-acm-xray
Feb 13, 2026
Merged

fix(lint): resolve lint issues in ACM and X-Ray services#228
sivchari merged 1 commit intomainfrom
fix/lint-issues-acm-xray

Conversation

@sivchari
Copy link
Owner

Summary

Changes

  • ACM: Extract buildDomainValidations helper to fix funlen (73 > 60)
  • ACM: Preallocate domains slice to fix prealloc
  • X-Ray: Use index-based iteration to fix rangeValCopy (248 bytes per iteration)
  • X-Ray: Add tagliatelle exclusion for storage.go (segment document format uses snake_case)
  • X-Ray: Add nolint comments for gosec G115 safe int conversions

Test plan

  • CI lint check passes
  • All existing tests continue to pass

- ACM: extract buildDomainValidations helper to fix funlen
- ACM: preallocate domains slice to fix prealloc
- X-Ray: use index-based iteration to fix rangeValCopy
- X-Ray: add tagliatelle exclusion for storage.go (segment document uses snake_case)
- X-Ray: add nolint comments for gosec G115 safe int conversions
@sivchari sivchari merged commit a45e357 into main Feb 13, 2026
2 of 3 checks passed
@sivchari sivchari deleted the fix/lint-issues-acm-xray branch February 13, 2026 06:51
@github-actions github-actions bot mentioned this pull request Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant