alexkohler / nakedret
nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.
☆129Updated 3 months ago
Alternatives and similar repositories for nakedret:
Users that are interested in nakedret are comparing it to the libraries listed below
- Go linter for forbidding identifiers☆131Updated this week
- Check that no globals are present in Go code.☆107Updated last year
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Updated 10 months ago
- Magic number detector for Go.☆195Updated last year
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 5 years ago
- Check that no init functions are present in Go code.☆41Updated 3 years ago
- Go linter to detect erroneous multiplication of duration values☆47Updated 8 months ago
- ☆121Updated 7 months ago
- A linter to ensure that slices are not initialized with non-zero length☆74Updated this week
- ☆90Updated last month
- Generate flags by parsing structures☆157Updated 2 months ago
- tryhard finds and rewrites code suitable for try.☆124Updated 5 years ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆85Updated last month
- identypo is a Go static analysis tool to find typos in identifiers (functions, function calls, variables, constants, type declarations, p…☆28Updated 6 years ago
- Visualization of Golang benchmark output using Google charts☆85Updated 4 years ago
- Golang linter to check the errors handling expressions☆48Updated 4 years ago
- Format Go's benchmarking output☆88Updated 2 years ago
- Detect deeply nested if statements in Go source code☆43Updated 3 years ago
- ☆52Updated 3 months ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆86Updated 4 years ago
- Run Go tests inside a Docker image☆99Updated last month
- scopelint checks for unpinned variables in go programs☆115Updated 3 years ago
- GoThanks automatically stars Go's official repository and your go.mod github dependencies, providing a simple way to say thanks to the m…☆125Updated last year
- A simple terminal UI for Go linters☆81Updated 4 years ago
- The missing interface filesystem abstraction for Go☆201Updated 3 years ago
- Package bad idea contains no good ideas☆29Updated 4 years ago
- Benchmark the init cost of Go packages☆74Updated last month
- Miscellaneous Go toys☆134Updated 5 years ago
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆68Updated last year
- noctx finds sending http request without context.Context.☆185Updated 4 months ago