golang linter to detect named returns
☆29Mar 27, 2026Updated 2 weeks ago
Alternatives and similar repositories for nonamedreturns
Users that are interested in nonamedreturns are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆27Jun 26, 2024Updated last year
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆39Oct 30, 2025Updated 5 months ago
- A linter to ensure that slices are not initialized with non-zero length☆78Oct 25, 2025Updated 5 months ago
- The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.☆26Feb 1, 2026Updated 2 months ago
- tenv detects environment variable not using t.Setenv☆24Jan 6, 2025Updated last year
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Go Linter: finds wasted assignment statements 🗑☆39Feb 23, 2026Updated last month
- A linter that handle directives into `go.mod`.☆17Dec 4, 2025Updated 4 months ago
- Linter to check if your tests have been marked as parallel correctly☆60Oct 14, 2025Updated 5 months ago
- Accept Interfaces, Return Concrete Types