jiralert icon indicating copy to clipboard operation
jiralert copied to clipboard

Fix lint errors.

Open twotired opened this issue 3 years ago • 3 comments

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

twotired avatar Aug 28 '22 15:08 twotired

@bwplotka Could you help review?

twotired avatar Sep 08 '22 22:09 twotired

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 avatar Apr 26 '23 10:04 bwplotka

@bwplotka rebase complete, please review.

twotired avatar May 08 '23 05:05 twotired