Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-lib-go
/
d8a69c38f07f798a61bc0682ea7ba47285c36ede
/
.
/
vendor
/
github.com
/
prometheus
/
procfs
/
.golangci.yml
blob: 438ca92eca5d6e9e184fb08dcc71c87e49d3d4bf [
file
] [
log
] [
blame
]
# Run only staticcheck for now. Additional linters will be enabled one-by-one.
linters:
enable:
-
staticcheck
-
govet
disable
-
all:
true