ipld-eth-server/vendor/github.com/dgraph-io/badger/.golangci.yml

21 lines
240 B
YAML

run:
tests: false
linters-settings:
lll:
line-length: 100
linters:
disable-all: true
enable:
- errcheck
- ineffassign
- gas
- gofmt
- golint
- gosimple
- govet
- lll
- varcheck
- unused