Skip to content

Commit b6c5771

Browse files
committed
comment
1 parent e65387a commit b6c5771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

destination.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,6 @@ func (d *Destination) formatBigRat(table string, column string, v *big.Rat) (str
387387
return "", nil
388388
}
389389

390-
//no:gosec // no risk of overflow, because the scale in Pg is always <= 16383
390+
//nolint:gosec // no risk of overflow, because the scale in Pg is always <= 16383
391391
return decimal.NewFromBigRat(v, int32(scale)).String(), nil
392392
}

0 commit comments

Comments
 (0)