alexkohler / nakedretLinks
nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.
☆131Updated last month
Alternatives and similar repositories for nakedret
Users that are interested in nakedret are comparing it to the libraries listed below
Sorting:
- Magic number detector for Go.☆201Updated last year
- Go linter to detect erroneous multiplication of duration values☆48Updated last week
- Check that no globals are present in Go code.☆121Updated 5 months ago
- ☆121Updated last year
- Fixes simple parse errors automatically. Works great in combination with goimports.☆86Updated 5 years ago
- dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.☆73Updated last year
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆91Updated 5 years ago
- Simple error handling primitives☆60Updated 4 years ago
- nargs is a Go static analysis tool to find unused arguments in function declarations.☆86Updated 5 months ago
- Go linter for forbidding identifiers☆153Updated 9 months ago
- Python's repr() for Go☆168Updated this week
- A linter to ensure that slices are not initialized with non-zero length☆78Updated last week
- A linter that handles struct tags.☆55Updated 2 months ago
- Rewrite Go source files to replace pkg/errors with Go 1.13 error wrapping☆70Updated 2 years ago
- ☆99Updated 10 months ago
- identypo is a Go static analysis tool to find typos in identifiers (functions, function calls, variables, constants, type declarations, p…☆28Updated 7 years ago
- scopelint checks for unpinned variables in go programs☆115Updated 4 years ago
- An inflection engine for golang☆103Updated last year
- tryhard finds and rewrites code suitable for try.☆134Updated 6 years ago
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆321Updated 5 months ago
- Golang linter to check the errors handling expressions☆57Updated last month
- Unified text diffing in Go (copy of the internal diffing packages the officlal Go language server uses)☆145Updated 2 years ago
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- noctx finds function calls without context.Context.☆209Updated 3 months ago
- Go tool for major version upgrades☆146Updated 2 months ago
- Generate flags by parsing structures☆163Updated 3 months ago
- A golang library for set operations on intervals, such as time ranges.☆139Updated 2 years ago
- ☆54Updated last year
- reflectwalk is a Go library for "walking" complex structures, similar to walking a filesystem.☆280Updated 3 years ago
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated 2 weeks ago