ashanbrown / makezeroLinks
A linter to ensure that slices are not initialized with non-zero length
☆76Updated 6 months ago
Alternatives and similar repositories for makezero
Users that are interested in makezero are comparing it to the libraries listed below
Sorting:
- Accept Interfaces, Return Concrete Types☆74Updated 2 months ago
- Go linter for forbidding identifiers☆147Updated 6 months ago
- ☆53Updated 9 months ago
- Check that no globals are present in Go code.☆118Updated 2 months ago
- The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.☆68Updated 3 weeks ago
- ☆121Updated last year
- Magic number detector for Go.☆199Updated last year
- Go linter to detect erroneous multiplication of duration values☆48Updated last year
- golang linter to detect named returns☆28Updated 2 weeks ago
- Golang linter to check the errors handling expressions☆55Updated 4 years ago
- noctx finds function calls without context.Context.☆201Updated this week
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated last month
- A linter that handles struct tags.☆54Updated 3 months ago
- Go linter that checks if package imports are in a list of acceptable packages.☆167Updated 4 months ago
- Golang linter to use strconv☆40Updated 4 months ago
- 🚔 Enforce field tags in (un)marshaled structs☆38Updated last week
- linter for copyright headers☆27Updated 2 weeks ago
- Golang linter that encourages you to use a separate _test package☆51Updated this week
- nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.☆131Updated 3 weeks ago
- 🚨 slog sampling: drop repetitive log records☆87Updated last month
- Linter that confirms DB rows and statements are closed properly.☆87Updated 2 months ago
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- A source code linter that can be used to find code that will cause problems with Go's error wrapping scheme☆298Updated 3 weeks 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 3 weeks ago
- Linter that checks that comments end in a period☆48Updated 3 months ago
- An analyzer that checks for pointers to enclosing loop variables.☆38Updated last year
- A Go linter to check that errors from external packages are wrapped