-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-45 - Integrate GolangCI-lint #51
GH-45 - Integrate GolangCI-lint #51
Conversation
The file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One request, the rest looks good 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks, @nathanaelhoun!
The file |
The file |
Awesome, thanks @nathanaelhoun 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and passed
- No issue building
- I ensured the plugin started and did very brief regression testing
- Full release testing will be done before we ship the nect release
LGTM!
Thanks @nathanaelhoun for the PR!
Summary
This PR copies most of the golangci-lint configuration from mattermost/mattermost-plugin-starter-template#90 into this repo. This helps with a consistent code style and should improve code quality over time.
Most changes are straightforward and just style wise.
Inspired by mattermost-community/mattermost-plugin-autolink#108.
Ticket Link
Closes #45