-
Notifications
You must be signed in to change notification settings - Fork 15
Issues: qiniu/reviewbot
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
the variable name
XXXX
should conform to the errXxx
format (errname)
#442
opened Nov 11, 2024 by
wwcchh0123
assigned to.
XXXX
, but reassigned without using the value (wastedassign)
#441
opened Nov 8, 2024 by
wwcchh0123
warning:
XXXX
appears unused. Verify use (or export if used externally). [SC2034]
#440
opened Nov 8, 2024 by
wwcchh0123
error: Double quote array expansions to avoid re-splitting elements. [SC2068]
#437
opened Nov 8, 2024 by
wwcchh0123
comparing with
==
will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
#435
opened Nov 8, 2024 by
wwcchh0123
found a struct that contains a context.Context field (containedctx)
practice-guideline
#420
opened Oct 25, 2024 by
CarlJi
do not define dynamic errors, use wrapped static errors instead: "XXXX" (err113)
practice-guideline
#418
opened Oct 24, 2024 by
CarlJi
SC2086: Double quote to prevent globbing and word splitting (shellcheck)
practice-guideline
#413
opened Oct 21, 2024 by
wwcchh0123
ST1003: should not use underscores in package names (stylecheck)
practice-guideline
#398
opened Oct 7, 2024 by
CarlJi
provide general linter execution flow to reduce integration efforts
#389
opened Sep 27, 2024 by
CarlJi
clean up check run record if the corresponding linter has been disabled during rerun
#370
opened Sep 12, 2024 by
CarlJi
Previous Next
ProTip!
Follow long discussions with comments:>50.