jiralert
jiralert copied to clipboard
Fix lint errors.
after these changes, "make lint" is successful
make lint ; echo $?
running golangci-lint GO111MODULE=on go list -e -compiled -test=true -export=false -deps=true -find=false -tags= -- ./... > /dev/null GO111MODULE=on /home/jwells/go/bin/golangci-lint run ./... 0
@bwplotka Could you help review?
Sorry for lag. We need rebase and improvement in our golangcilint (or even removal of it), so https://github.com/prometheus-community/jiralert/pull/156 can pass
@bwplotka rebase complete, please review.