mattermost-community / mattermost-plugin-aws-SNS

Plugin that receives SNS notification from Alerts created by AWS CloudWatch and sent via AWS SNS
Apache License 2.0
21 stars 22 forks source link

GolangCI-Lint #47

Closed AugustasV closed 3 years ago

AugustasV commented 3 years ago

Summary

Integrate GolangCI-lint and fix as many linter errors as possible, commented out those I couldn't fix it.

Ticket Link

GolangCI-Lint https://github.com/mattermost/mattermost-plugin-aws-SNS/issues/37

hanzei commented 3 years ago

@AugustasV Heads up: You need to run go mod tidy to fix CI.