-
Notifications
You must be signed in to change notification settings - Fork 47
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
Support go lint #395
Open
zhugelianglongming
wants to merge
6
commits into
OpenAtomFoundation:master
Choose a base branch
from
zhugelianglongming:dev-golint
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Support go lint #395
zhugelianglongming
wants to merge
6
commits into
OpenAtomFoundation:master
from
zhugelianglongming:dev-golint
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zhugelianglongming
force-pushed
the
dev-golint
branch
3 times, most recently
from
December 28, 2022 06:26
2b4eaf3
to
d7901c3
Compare
zhugelianglongming
force-pushed
the
dev-golint
branch
from
December 28, 2022 06:34
d7901c3
to
efe7eb4
Compare
zhugelianglongming
force-pushed
the
dev-golint
branch
from
December 29, 2022 08:30
cf2a119
to
5f59ca7
Compare
这个 pr 改的代码也太多了 |
是的,但是没办法,开启报错之后,整个代码库都是错误。。。问题太多了。 代码库质量提升、集成自动校验肯定要经历这么一个过程,现在不改的话,以后也要改。除非要一直保留这些低质量代码。 这个代码库我改了非常久。 |
@godeamon 有一些错误的处理,我把握不太好,辛苦你 reivew 下。 这个代码库中有太多的错误选择性忽略,不显示处理的话,太危险了。 |
如果一定要改的话,我建议你按照模块来慢慢改,一个是方便 review,另一个即使出问题了也好回滚。 |
zhugelianglongming
force-pushed
the
dev-golint
branch
from
December 29, 2022 11:55
7ffd979
to
19d3746
Compare
zhugelianglongming
force-pushed
the
dev-golint
branch
from
December 29, 2022 12:09
19d3746
to
a4755ee
Compare
这个建议好,我看看有没有拆分的办法。 |
@godeamon 话说之前部分 patch 操作处理 error,部分不处理有什么讲究或者考虑在里面吗? |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes
#378
How tested