-
Notifications
You must be signed in to change notification settings - Fork 25
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
Issue-184/integrate-golanglint-only #196
Conversation
Hello @AugustasV, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. |
Codecov Report
@@ Coverage Diff @@
## master #196 +/- ##
==========================================
+ Coverage 23.05% 23.30% +0.25%
==========================================
Files 64 64
Lines 2316 2291 -25
==========================================
Hits 534 534
+ Misses 1703 1679 -24
+ Partials 79 78 -1
Continue to review full report at Codecov.
|
This PR has been automatically labelled "stale" because it hasn't had recent activity. /cc @jasonblais @jfrerich |
Talked with @AugustasV offline. He will disable the failing linters for now. |
@hanzei sure right now build is successful. |
@mickmister kind reminder to help with a review :) |
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.
Awesome work @AugustasV! I have some questions about the Makefile
, and a request to group/order package imports if they are from a mattermost repo.
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 @AugustasV!
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
@DHaussermann Not sure what to test for this PR. It mostly contains build changes. |
@AugustasV I don't see any lint errors here but I do see what looks like a change in behavior here. if I just type
and then it stops it does not go on to run unit test and build the binary. There are no issues when I type cc @hanzei |
@DHaussermann For plugin that have a custom makefile at |
Thanks @hanzei I figured it may not be an issue that you have to use |
Yes. This PR was the one that introduced |
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 issues will build or deployment.
LGTM!
Thanks @AugustasV for adding this! Much appreciated.
Summary
#184 Only integrated Golangci-lint. I am not able to fix those linter errors, it's just too much of them ( deadcode, errcheck, golint, gosec and others) only fixed some whitespaces
Ticket Link
Integrate Golangci-lint #184