Remove math.rand/Read #161

Merged
fyrchik merged 1 commit from fyrchik/frostfs-sdk-go:fix-mathrand into master 2024-09-04 19:51:15 +00:00

View file

@ -25,7 +25,7 @@ linters-settings:
# report about shadowed variables # report about shadowed variables
check-shadowing: false check-shadowing: false
staticcheck: staticcheck:
checks: ["all", "-SA1019"] # TODO Enable SA1019 after deprecated warning are fixed. checks: ["all"]
funlen: funlen:
lines: 80 # default 60 lines: 80 # default 60
statements: 60 # default 40 statements: 60 # default 40