Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-lib-go
/
273073c401c73ef1341ba7c05299d29ed97d752c
/
.
/
vendor
/
github.com
/
prometheus
/
procfs
/
.golangci.yml
blob: 438ca92eca5d6e9e184fb08dcc71c87e49d3d4bf [
file
] [
log
] [
blame
]
khenaidoo
59ce9dd
2019-11-11 13:05:32 -0500
[
diff
] [
blame
]
1
# Run only staticcheck for now. Additional linters will be enabled one-by-one.
2
linters:
3
enable:
4
-
staticcheck
5
-
govet
6
disable
-
all:
true