Analyzer: nilerr checks returning nil when err is not nil
☆63Sep 28, 2025Updated 5 months ago
Alternatives and similar repositories for nilerr
Users that are interested in nilerr are comparing it to the libraries listed below
Sorting:
- A linter to ensure that slices are not initialized with non-zero length☆79Oct 25, 2025Updated 4 months ago
- Analyzer: checks whether err of sql.Rows is checked.☆18Oct 14, 2023Updated 2 years ago
- Golang linter to use strconv☆43Nov 19, 2025Updated 3 months ago
- Go Linter: finds wasted assignment statements 🗑☆39Feb 23, 2026Updated 2 weeks ago
- Golang linter to check the errors handling expressions☆67Sep 18, 2025Updated 5 months ago
- A linter that handle directives into `go.mod`.☆17Dec 4, 2025Updated 3 months ago
- Analyzer: fourcetypeassert finds type assertions which did forcely☆48Feb 13, 2025Updated last year
- Magic number detector for Go.☆208Dec 21, 2023Updated 2 years ago
- Go linter for forbidding identifiers☆160Oct 25, 2025Updated 4 months ago
- noctx finds function calls without context.Context.☆219Feb 27, 2026Updated last week
- Checks for a new line before return and branch statements.☆27Apr 4, 2024Updated last year
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆38Oct 30, 2025Updated 4 months ago
- move to https://github.com/gostaticanalysis☆31Mar 8, 2019Updated 7 years ago
- linter for copyright headers☆30Feb 10, 2026Updated last month
- A Go linter to check that errors from external packages are wrapped☆360Nov 24, 2025Updated 3 months ago
- Go linter to detect erroneous multiplication of duration values☆49Oct 24, 2025Updated 4 months ago
- tenv detects environment variable not using t.Setenv☆24Jan 6, 2025Updated last year
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆42Feb 23, 2026Updated 2 weeks ago
- Linter that confirms DB rows and statements are closed properly.☆91May 19, 2025Updated 9 months ago
- Check that no globals are present in Go code.☆129Feb 15, 2026Updated 3 weeks ago
- Tool: skeleton is create skeleton codes for golang.org/x/tools/go/analysis.☆185Nov 17, 2024Updated last year
- Analyzer: called is a analyzer which can find function calling