alexkohler / nakedret
nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.
☆129Updated this week
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☆134Updated last month
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆85Updated 2 months ago
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Updated 11 months ago
- Magic number detector for Go.☆195Updated last year
- ☆91Updated 2 months ago
- ☆121Updated 8 months ago
- Format Go's benchmarking output☆88Updated 2 years ago
- Check that no globals are present in Go code.☆110Updated 3 weeks ago
- Visualization of Golang benchmark output using Google charts☆85Updated 5 years ago
- Allow and block list linter for direct Go module dependencies.☆74Updated 3 weeks 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 9 months ago
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆68Updated last year
- A linter to ensure that slices are not initialized with non-zero length☆75Updated last month
- A simple terminal UI for Go linters☆81Updated 4 years ago
- Generate flags by parsing structures☆159Updated 3 months ago
- Python's repr() for Go☆164Updated 2 weeks ago
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 5 years ago
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆315Updated 2 months ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- Go linter that checks if package imports are in a list of acceptable packages.☆156Updated 2 months ago
- Linter that checks that comments end in a period☆45Updated 2 weeks ago
- noctx finds sending http request without context.Context.☆185Updated last month
- tryhard finds and rewrites code suitable for try.☆125Updated 5 years ago
- ☆101Updated 7 months ago
- Merge multiple pprof profile files into a single file☆122Updated last year
- Integration testing in Go with Docker☆108Updated last month
- Locking wrapper for running benchmarks on shared hosts☆151Updated last year
- Run Go tests inside a Docker image☆99Updated 2 weeks ago
- identypo is a Go static analysis tool to find typos in identifiers (functions, function calls, variables, constants, type declarations, p…☆28Updated 6 years ago