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
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Updated last year
- Check that no globals are present in Go code.☆112Updated 2 months ago
- Go linter for forbidding identifiers☆137Updated 3 months ago
- ☆96Updated 4 months ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆85Updated 4 months ago
- ☆120Updated 10 months ago
- Go linter to detect erroneous multiplication of duration values☆47Updated 11 months ago
- Format Go's benchmarking output☆88Updated 2 years ago
- Magic number detector for Go.☆196Updated last year
- Check that no init functions are present in Go code.☆41Updated 4 years ago
- A linter to ensure that slices are not initialized with non-zero length☆75Updated 3 months ago
- Visualization of Golang benchmark output using Google charts☆85Updated 5 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.