-
Notifications
You must be signed in to change notification settings - Fork 726
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
let errcheck pass in ci #1919
Labels
difficulty/easy
Easy task.
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
type/ci
The issue is related to CI.
Comments
zhouqiang-cl
changed the title
errcheck found many outputs
318 unchecked errors in errcheck
Nov 10, 2019
Merged
nolouch
changed the title
318 unchecked errors in errcheck
PCP: let errcheck pass in ci
Nov 23, 2019
nolouch
added
difficulty/easy
Easy task.
and removed
type/bug
The issue is confirmed as a bug.
labels
Nov 23, 2019
rleungx
added
the
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
label
Oct 19, 2021
Merged
after #8277, we can fix errcheck module by module Tools
Core
|
ti-chi-bot bot
added a commit
that referenced
this issue
Jun 14, 2024
ref #1919 Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot
added a commit
that referenced
this issue
Jun 14, 2024
ref #1919 Signed-off-by: Ryan Leung <rleungx@gmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Jun 19, 2024
ref #1919 Signed-off-by: okJiang <819421878@qq.com>
ti-chi-bot bot
added a commit
that referenced
this issue
Jun 25, 2024
ref #1919 Signed-off-by: Ryan Leung <rleungx@gmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot
added a commit
that referenced
this issue
Jun 27, 2024
ref #1919 Signed-off-by: okJiang <819421878@qq.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
difficulty/easy
Easy task.
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
type/ci
The issue is related to CI.
PCP Issue
Description
we disable the errorcheck in #1956, if you run
GO111MODULE=on errcheck ./...
will got:fix it and enable it in ci.
The text was updated successfully, but these errors were encountered: