Skip to content

Commit

Permalink
chore(golangci-lint): fix lint violations
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Dec 26, 2024
1 parent 984443c commit 80055ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/types/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ func ResolveResourceTypes(
base Collection,
includes, excludes, alternatives []Collection,
alternativeMappings map[string]string) Collection {

// Loop over the alternatives and build a list of the old style resource types
for _, cl := range alternatives {
expandedCl := cl.Expand(base)
Expand Down

0 comments on commit 80055ab

Please sign in to comment.