uudashr / gocognit
Calculates cognitive complexities of functions (and methods) in Go source code. (Golang cognitive complexity)
☆400Updated 5 months ago
Alternatives and similar repositories for gocognit
Users that are interested in gocognit are comparing it to the libraries listed below
Sorting:
- A Go linter to check that errors from external packages are wrapped☆331Updated last month
- GCI, a tool that control golang package import order and make it always deterministic.☆482Updated last month
- A Go tool to auto generate methods for your enums☆472Updated 2 months ago
- Refactoring and code transformation tool for Go.☆989Updated 3 months ago
- 🎄 Go code coverage to SVG treemap☆557Updated last week
- A source code linter that can be used to find code that will cause problems with Go's error wrapping scheme☆290Updated last week
- Experimental implementation of a proposed v2 encoding/json package☆496Updated 3 weeks ago
- An enum generator for go☆823Updated last month
- A collection of packages to augment the go testing package and support common patterns.☆558Updated 3 months ago
- Define and run pattern-based custom linting rules.☆824Updated 2 months ago
- Check exhaustiveness of switch statements of enum-like constants in Go source code.☆312Updated 5 months ago
- Combine one or more Go errors together☆1,132Updated last year
- 🚨 Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing...☆477Updated last week
- Fast, zero heap allocation Go Trie for runes or paths☆491Updated 7 months ago
- Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.☆585Updated last month
- A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.☆474Updated 3 months ago
- Tool to detect Go structs that would take less memory if their fields were sorted.☆537Updated 2 years ago
- Zero-allocation reflection library for Go☆567Updated last year
- Selected Go-internal packages factored out from the standard library☆917Updated last month
- Go linter that checks if package imports are in a list of acceptable packages.☆164Updated 2 months ago
- Redis client Mock☆308Updated 10 months ago
- A logger for Go SQL database driver without modifying existing *sql.DB stdlib usage.☆369Updated last year
- Extremely flexible golang deep comparison, extends the go testing package, tests HTTP APIs and provides tests suite☆447Updated 3 weeks ago
- ␊ Whitespace Linter - Forces you to use empty lines!☆292Updated this week
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆315Updated 4 months ago
- prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.☆655Updated last year
- Quick helpers for testing Go applications☆530Updated last year
- ⚡️ Automatically add Trace Spans to Go methods and functions☆261Updated last month
- Golang rate limiters for distributed applications☆549Updated last week
- An experimental Go local docs server/generator and code reader implemented with some fresh ideas.☆632Updated 3 weeks ago