Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-lib-go
/
7c75cac2eb0e8fa34cfd2de351aa24ac7304a4cf
/
.
/
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