Antonboom / nilnilLinks
The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.
☆73Updated 2 weeks ago
Alternatives and similar repositories for nilnil
Users that are interested in nilnil are comparing it to the libraries listed below
Sorting:
- A linter to ensure that slices are not initialized with non-zero length☆76Updated 6 months ago
- Go linter for forbidding identifiers☆148Updated 6 months ago
- Accept Interfaces, Return Concrete Types☆74Updated this week
- ☆54Updated 10 months ago
- A linter that handles struct tags.☆54Updated 4 months ago
- Golang linter to check the errors handling expressions☆55Updated 4 years ago
- clear go error wrapping with caller☆58Updated last year
- 🚔 Enforce field tags in (un)marshaled structs☆38Updated this week
- golang analyzer that finds structures with uninitialized fields☆165Updated 2 weeks ago
- Golang linter that encourages you to use a separate _test package☆51Updated last week
- Linter that confirms DB rows and statements are closed properly.☆89Updated 3 months ago
- ☆121Updated last year
- Go linter that checks if package imports are in a list of acceptable packages.☆169Updated 5 months ago
- Check that no globals are present in Go code.☆119Updated 2 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`.☆26Updated 2 weeks ago
- 🚨 Chi middleware for slog logger☆77Updated 3 weeks ago
- Magic number detector for Go.