Skip to content

Commit ef77a2d

Browse files
mruegaauren
authored andcommitted
Fix lint
1 parent 809f2fb commit ef77a2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/controllers/proxy/service_endpoints_sync.go

-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,6 @@ func (nsc *NetworkServicesController) cleanupDSRService(fwMark uint32) error {
626626

627627
// All of the iptables-save output here prints FW marks in hexadecimal, if we are doing string searching, our search
628628
// input needs to be in hex also
629-
//nolint:gomnd // we're converting to hex here, we don't need to track this as a constant
630629
fwMarkStr := strconv.FormatInt(int64(fwMark), 16)
631630
for _, mangleTableRule := range mangleTableRules {
632631
if strings.Contains(mangleTableRule, ipAddress) && strings.Contains(mangleTableRule, fwMarkStr) {

0 commit comments

Comments
 (0)