Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-go
/
7b1e0641d3328bc930bc6e1732210a69fc794a6e
/
.
/
vendor
/
github.com
/
prometheus
/
procfs
/
.golangci.yml
blob: 438ca92eca5d6e9e184fb08dcc71c87e49d3d4bf [
file
] [
log
] [
blame
]
khenaidoo
ab1f7bd
2019-11-14 14:00:27 -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