Merge CI triggered from @eljobe of #73
Annotations
7 errors
GolangCI Lint
issues found
|
GolangCI Lint:
util/arbmath/math_bench_test.go#L54
G115: integer overflow conversion int -> uint (gosec)
|
GolangCI Lint:
util/arbmath/math_bench_test.go#L22
G115: integer overflow conversion int -> uint (gosec)
|
GolangCI Lint:
util/arbmath/math_bench_test.go#L20
G115: integer overflow conversion int -> uint64 (gosec)
|
GolangCI Lint:
util/arbmath/math_bench_test.go#L19
G115: integer overflow conversion int -> uint64 (gosec)
|
GolangCI Lint:
util/arbmath/math_bench_test.go#L18
G115: integer overflow conversion int -> uint64 (gosec)
|
GolangCI Lint:
util/arbmath/math_test.go#L333
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Loading