alexkohler / nakedretLinks
nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.
☆132Updated 3 weeks ago
Alternatives and similar repositories for nakedret
Users that are interested in nakedret are comparing it to the libraries listed below
Sorting:
- Check that no globals are present in Go code.☆127Updated 8 months ago
- ☆121Updated last month
- ☆101Updated last year
- Go linter to detect erroneous multiplication of duration values☆49Updated 3 months ago
- Magic number detector for Go.☆207Updated 2 years ago
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Updated last year
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated 8 months ago
- Go linter for forbidding identifiers☆160Updated 3 months ago
- Check that no init functions are present in Go code.☆43Updated 4 years ago
- ☆120Updated last month
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆90Updated 5 years ago
- Simple error handling primitives☆60Updated 4 years ago
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆70Updated 2 years ago
- A linter to ensure that slices are not initialized with non-zero length☆78Updated 3 months ago
- tryhard finds and rewrites code suitable for try.☆136Updated 6 years ago
- A linter that handles struct tags.☆55Updated last month
- Golang linter to check the errors handling expressions☆66Updated 4 months ago
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 6 years ago
- Linter that confirms DB rows and statements are closed properly.☆91Updated 8 months ago
- Python's repr() for Go☆172Updated last week
- OpenCensus SQL database driver wrapper for Go☆111Updated 4 years ago
- A corpus of popular Go modules☆108Updated last year
- Unified text diffing in Go (copy of the internal diffing packages the officlal Go language server uses)☆148Updated 2 years ago
- identypo is a Go static analysis tool to find typos in identifiers (functions, function calls, variables, constants, type declarations, p…☆29Updated 7 years ago
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆42Updated last week
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆321Updated 8 months ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- A golang library for set operations on intervals, such as time ranges.☆140Updated 2 years ago
- An inflection engine for golang☆103Updated last year