karamaru-alpha / copyloopvarLinks
copyloopvar is a linter detects places where loop variables are copied.
☆22Updated 6 months ago
Alternatives and similar repositories for copyloopvar
Users that are interested in copyloopvar are comparing it to the libraries listed below
Sorting:
- tparallel finds inappropriate usage of `t.Parallel()` method in your Go test codes☆26Updated last year
- tenv detects environment variable not using t.Setenv☆24Updated 6 months ago
- Analyzer: fourcetypeassert finds type assertions which did forcely☆40Updated 5 months ago
- ☆16Updated last year
- intrange is a program for checking for loops that could use the Go 1.22 integer range feature.☆30Updated this week
- A linter that handles struct tags.☆54Updated 3 months ago
- 🚔 Enforce field tags in (un)marshaled structs☆38Updated last week
- Go Linter: finds wasted assignment statements 🗑☆38Updated 7 months ago
- linter to enforce consistent import aliases☆16Updated 6 months ago
- golang linter to detect named returns☆28Updated this week
- Linter to check if your tests have been marked as parallel correctly☆57Updated 3 months ago
- Cross-origin resource sharing (CORS) support for Connect.☆31Updated 9 months ago
- An efficient JSON to YAML converter written in Go language☆68Updated 2 years ago
- containedctx is a linter that detects struct contained context.Context field☆20Updated 3 months ago
- Analyzer: CommentMap utilities for static analysis in Go