cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 37 forks source link

fix(*): bump golangci-lint; fix linting err #164

Closed vdice closed 4 years ago

vdice commented 4 years ago
 $ make lint
golangci-lint run --config ./golangci.yml
driver/kubernetes/kubernetes.go:400:2: S1031: unnecessary nil check around range (gosimple)
    if mergeWith != nil {
    ^
make: *** [lint] Error 1
carolynvs commented 4 years ago

So say we all