blizzy78 / varnamelen
Go analyzer checking that the length of a variable's name matches its usage scope
☆22Updated last year
Alternatives and similar repositories for varnamelen:
Users that are interested in varnamelen are comparing it to the libraries listed below
- Golang linter to use strconv☆34Updated 2 weeks ago
- golang linter to detect named returns☆28Updated last week
- Golang linter to check the errors handling expressions☆50Updated 4 years ago
- Golang linter that encourages you to use a separate _test package☆49Updated this week
- Go linter for forbidding identifiers☆134Updated last month
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆21Updated last week
- Accept Interfaces, Return Concrete Types☆64Updated 3 months ago
- A linter to ensure that slices are not initialized with non-zero length☆75Updated last month
- 🚔 Enforce field tags in (un)marshaled structs☆37Updated this week
- Go linter to detect erroneous multiplication of duration values☆47Updated 9 months ago
- linter for copyright headers☆24Updated 2 weeks ago
- Cache implementations in Go, with support for generics.☆45Updated 2 years ago
- A linter that handles struct tags.☆51Updated 2 months ago
- Checks for a new line before return and branch statements.☆27Updated 11 months ago
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆25Updated 8 months ago
- Go linter that checks if package imports are in a list of acceptable packages.☆156Updated last week
- timea.go (did you see what I did there?) is a simple library to print given times in "time ago" manner.☆47Updated 3 months ago
- Extension handlers for the slog library☆42Updated last year
- Linter that checks that comments end in a period☆46Updated 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`.☆25Updated last week
- Linter to check if your tests have been marked as parallel correctly☆50Updated last year
- Check that no globals are present in Go code.☆110Updated last month
- gowrtr is a library that supports golang code generation☆114Updated 2 years ago
- linter to enforce consistent import aliases☆16Updated 2 months ago
- [mirror] GitHub action for govulncheck☆110Updated 5 months ago
- A file globbing library.☆67Updated 3 months ago
- Example repository that uses Buf.☆75Updated 3 months ago
- Detects when some calls can be replaced by methods from the testing package☆25Updated 2 weeks ago
- go.mod git archiver☆88Updated last year
- Go proxy that serves from S3