Linter CI is failing with multiple "G115: integer overflow conversion" errors. All these errors are false positives; conversions were done intentionally, and there is no way to fix them (or there are, but hardly feasible). Adding //nolint:gosec everywhere is annoying, so I decided to exclude the G115 error from linter.
PR Standards
Linter CI is failing with multiple "G115: integer overflow conversion" errors. All these errors are false positives; conversions were done intentionally, and there is no way to fix them (or there are, but hardly feasible). Adding
//nolint:gosec
everywhere is annoying, so I decided to exclude the G115 error from linter.For example:
logs_30757136338.zip
Close #XXX
<-- Briefly describe the content of this pull request -->
For Author:
godoc
commentsFor Reviewer:
After reviewer approval: