alexkohler / nakedret
nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.
☆127Updated last month
Related projects ⓘ
Alternatives and complementary repositories for nakedret
- Magic number detector for Go.☆191Updated 11 months ago
- Go linter for forbidding identifiers☆125Updated 5 months ago
- Check that no globals are present in Go code.☆105Updated last year
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆85Updated last week
- Go linter to detect erroneous multiplication of duration values☆46Updated 6 months ago
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆72Updated 7 months ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆86Updated 4 years ago
- Fixes simple parse errors automatically. Works great in combination with goimports.☆85Updated 4 years ago
- ☆88Updated 3 years ago
- Generate flags by parsing structures☆156Updated last week
- Simple error handling primitives☆58Updated 3 years ago
- Linter that checks that comments end in a period☆44Updated 2 months ago
- Benchmark the init cost of Go packages☆73Updated 3 months ago
- Check that no init functions are present in Go code.☆41Updated 3 years ago
- Run Go tests inside a Docker image☆98Updated 2 weeks ago
- Merge multiple pprof profile files into a single file☆122Updated last year
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆310Updated last month
- ☆121Updated 5 months ago
- Allow and block list linter for direct Go module dependencies.☆72Updated this week
- Golang linter to check the errors handling expressions☆46Updated 3 years ago
- identypo is a Go static analysis tool to find typos in identifiers (functions, function calls, variables, constants, type declarations, p…☆27Updated 6 years ago
- A linter to ensure that slices are not initialized with non-zero length☆70Updated 6 months ago
- Go templates invoked as functions☆152Updated 3 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- noctx finds sending http request without context.Context.