Skip to content

Issues: dominikh/go-tools

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Detect unchecked error within SimpleStmt of an IfStmt with error checking in conditional aggressive A set of checks that is more prone to false positives but is helpful during code review new-check
#1562 opened Jun 14, 2024 by dsnet
Suggest errors.New over fmt.Errorf with single string parameter and no formatting needs-decision We have to decide if this check is feasible and desirable new-check
#1550 opened May 29, 2024 by Jacalz
Detect defer calls skipped by os.Exit aggressive A set of checks that is more prone to false positives but is helpful during code review needs-decision We have to decide if this check is feasible and desirable new-check
#1526 opened Apr 23, 2024 by fionera
Rewrite irutil.FilterDebug to return iterator cleanup rangefunc Things to do when rangefunc happens
#1525 opened Apr 23, 2024 by dominikh
aggressive: []byte from netip.Addr.AsSlice should not be printed with %s aggressive A set of checks that is more prone to false positives but is helpful during code review new-check
#1503 opened Mar 6, 2024 by ainar-g
new check: Err from initialization statement not used aggressive A set of checks that is more prone to false positives but is helpful during code review new-check
#1493 opened Feb 5, 2024 by jsageryd
Detect struct fields that should be local variables enhancement needs-decision We have to decide if this check is feasible and desirable
#1485 opened Dec 22, 2023 by Jacalz
ProTip! Type g i on any issue or pull request to go back to the issue listing page.