-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
refactor: replace lint to revive #5422
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5422 +/- ##
=======================================
Coverage 37.57% 37.57%
=======================================
Files 317 317
Lines 46824 46824
=======================================
Hits 17593 17593
Misses 26732 26732
Partials 2499 2499 Continue to review full report at Codecov.
|
When merged: go-gitea/gitea#5422 gitea will use revive.
Makefile
Outdated
@@ -126,12 +126,12 @@ errcheck: | |||
fi | |||
errcheck $(PACKAGES) | |||
|
|||
.PHONY: lint | |||
lint: |
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.
Why not keep lint command name as it is the action (linting) not the name tool?
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.
@sapk revert.
Signed-off-by: Bo-Yi Wu <[email protected]>
When merged: go-gitea/gitea#5422 gitea will use revive.
lint time
revive time