alexkohler / nakedret
nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.
☆127Updated 2 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for nakedret
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆72Updated 7 months ago
- Check that no globals are present in Go code.☆104Updated last year
- Magic number detector for Go.☆191Updated 10 months ago
- Go linter for forbidding identifiers☆124Updated 4 months ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆85Updated 4 years ago
- Check that no init functions are present in Go code.☆41Updated 3 years ago
- ☆121Updated 4 months ago
- Fixes simple parse errors automatically. Works great in combination with goimports.☆85Updated 4 years ago
- Go linter to detect erroneous multiplication of duration values☆46Updated 5 months ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆86Updated 4 years ago
- ☆88Updated 3 years ago
- Format Go's benchmarking output☆88Updated 2 years ago
- Visualization of Golang benchmark output using Google charts☆85Updated 4 years ago
- OpenCensus SQL database driver wrapper for Go☆111Updated 3 years ago
- Generate flags by parsing structures☆150Updated 3 years ago
- Simple error handling primitives☆58Updated 3 years ago
- Merge multiple pprof profile files into a single file☆122Updated last year
- A linter to ensure that slices are not initialized with non-zero length☆70Updated 6 months ago
- Golang linter to check the errors handling expressions☆45Updated 3 years ago
- Go (golang) library to expose *testing.T as an interface.☆57Updated 3 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆101Updated 3 years ago
- tryhard finds and rewrites code suitable for try.☆123Updated 5 years ago
- scopelint checks for unpinned variables in go programs☆115Updated 3 years ago
- Find in Go repeated strings that could be replaced by a constant☆290Updated 3 months ago
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆68Updated last year
- Script engine, especially good for tests☆145Updated 8 months ago
- Library for writing protoc plugins in Go; also includes a pure-Go protoc replacement☆84Updated 8 months ago
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆309Updated 3 weeks ago
- A simple terminal UI for Go linters☆81Updated 3 years ago
- ☆43Updated 2 years ago