ashanbrown / makezero
A linter to ensure that slices are not initialized with non-zero length
☆75Updated 3 weeks ago
Alternatives and similar repositories for makezero:
Users that are interested in makezero are comparing it to the libraries listed below
- Go linter for forbidding identifiers☆134Updated 3 weeks ago
- ☆121Updated 8 months ago
- Accept Interfaces, Return Concrete Types☆64Updated 2 months ago
- Go linter to detect erroneous multiplication of duration values☆47Updated 9 months ago
- The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.☆61Updated 2 weeks ago
- 🪵 Ensure consistent code style when using log/slog☆147Updated this week
- Check that no globals are present in Go code.☆110Updated last week
- A linter that handles struct tags.☆49Updated last month
- ☆52Updated 4 months ago
- Golang linter to check the errors handling expressions☆50Updated 4 years ago
- Ordered map☆99Updated 7 months ago
- Allow and block list linter for direct Go module dependencies.☆74Updated 2 weeks ago
- Go linter that checks if package imports are in a list of acceptable packages.☆156Updated 2 months ago
- An analyzer that checks for pointers to enclosing loop variables.☆38Updated last year
- A source code linter that can be used to find code that will cause problems with Go's error wrapping scheme☆267Updated last week
- golang linter to detect named returns☆28Updated this week
- Magic number detector for Go.☆195Updated last year
- 🚨 slog sampling: drop repetitive log records☆70Updated last week
- Golang linter to use strconv☆32Updated this week
- Library for setting values to structs' fields from env, flags, files or default tag