Skip to content

Conversation

@atennak1
Copy link
Contributor

Fixes linting issue in internal/dc/dc.go:237:2 by merging variable declarations with their assignments.

Changes:

  • Combined var combinedParameters map[string]string and combinedParameters = make(map[string]string) into combinedParameters := make(map[string]string)
  • Combined var combinedTags map[string]string and combinedTags = make(map[string]string) into combinedTags := make(map[string]string)

This resolves the S1021 staticcheck warning about merging variable declaration with assignment on the next line.

@atennak1 atennak1 merged commit 4690212 into aws-cloudformation:main Jan 28, 2026
1 check passed
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