-
Notifications
You must be signed in to change notification settings - Fork 23
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
Integrate GolangCI-lint #22
Integrate GolangCI-lint #22
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.
LGMT @nathanaelhoun ! thanks for the contribution.
@@ -1 +1 @@ | |||
# Include custom targets and environment variables here | |||
# Include custome targets and environment variables here |
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.
I need to fix this typo
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.
👍
Skipping QA review as there are no changes to the product. |
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.
Only one change was needed : permission for manifest file. See mattermost/mattermost-plugin-starter-template#95.
Inspired by mattermost-community/mattermost-plugin-autolink#108.
Ticket Link
Closes #21