Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-openolt-adapter
/
3c75ad77cb60a80440a3a97c5b14e1b11c21bae3
/
.
/
vendor
/
github.com
/
go-redis
/
redis
/
v8
/
.golangci.yml
blob: 1e8d238c888fe8033732d2bfa252f34f394beefd [
file
] [
log
] [
blame
]
run:
concurrency:
8
deadline:
5m
tests:
false
linters:
enable
-
all:
true
disable:
-
funlen
-
gochecknoglobals
-
gochecknoinits
-
gocognit
-
goconst
-
godox
-
gosec
-
maligned
-
wsl
-
gomnd
-
goerr113
-
exhaustive
-
nestif
-
nlreturn