alexkohler / nakedret
nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.
☆129Updated 2 weeks ago
Alternatives and similar repositories for nakedret
Users that are interested in nakedret are comparing it to the libraries listed below
Sorting:
- Go linter for forbidding identifiers☆138Updated 3 months ago
- Magic number detector for Go.☆197Updated last year
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated this week
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Updated last year
- Format Go's benchmarking output☆88Updated 2 years ago
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆316Updated 4 months ago
- ☆121Updated 11 months ago
- Go linter to detect erroneous multiplication of duration values☆47Updated last year
- ☆97Updated 4 months ago
- Check that no init functions are present in Go code.☆41Updated 4 years ago
- Check that no globals are present in Go code.☆112Updated 3 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 10 months ago
- noctx finds function calls without context.Context.☆191Updated 2 weeks ago
- A linter to ensure that slices are not initialized with non-zero length☆75Updated 3 months ago
- Go linter that checks if package imports are in a list of acceptable packages.☆164Updated 2 months ago
- An inflection engine for golang☆103Updated 7 months ago
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆68Updated 2 years ago
- A linter that handles struct tags.☆54Updated last month
- Linter that checks that comments end in a period☆46Updated 3 weeks ago
- tryhard finds and rewrites code suitable for try.☆126Updated 5 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆88Updated 4 years ago
- Golang linter to check the errors handling expressions☆52Updated 4 years ago
- Visualization of Golang benchmark output using Google charts☆85Updated 5 years ago
- A source code linter that can be used to find code that will cause problems with Go's error wrapping scheme☆292Updated 2 weeks ago
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 5 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 3 years ago
- Locking wrapper for running benchmarks on shared hosts☆151Updated last year
- A simple terminal UI for Go linters☆81Updated 4 years ago
- go.mod git archiver☆88Updated last year
- Support for Unix domain sockets in Go HTTP clients☆79Updated last year