fix(ci): ignore gosec integer overflow conversion

This commit is contained in:
sentriz
2024-09-12 18:36:35 +01:00
parent 875a83ad4f
commit 120fd7959a

View File

@@ -81,6 +81,9 @@ issues:
- text: "weak random number generator"
linters:
- gosec
- text: "integer overflow conversion"
linters:
- gosec
- text: "at least one file in a package should have a package comment"
linters:
- stylecheck