Skip to content

Commit

Permalink
Appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Jan 21, 2025
1 parent e29b259 commit c40885f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/remotewrite/trend.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (tg *trendAsGauges) CacheNameIndex() {
})

if i < len(tg.labels) && tg.labels[i].Name == namelbl {
tg.ixname = uint16(i)
tg.ixname = uint16(i) //nolint:gosec
}
}

Expand Down

0 comments on commit c40885f

Please sign in to comment.