Registry / utility / bkielbasa-cyclop

bkielbasa-cyclop

JSON →
library1.2.3gogounverified

Cyclop calculates cyclomatic complexities of functions in Go source code.

go get github.com/bkielbasa/cyclop
INSTALL
IMPORT
SIG · BKIELBASA-CYCLOP
B
bkielbasa-cyclop
utilitygov1.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cyclop
github.com/bkielbasa/cyclop

Demonstrates that cyclop is a linter tool, not a runtime library.

package main import ( "fmt" "github.com/bkielbasa/cyclop/pkg/analyzer" ) func main() { // Cyclop is a static analysis tool; typically used via go vet or golangci-lint fmt.Println("Use as a linter tool") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Meta
1
Resources
bkielbasa-cyclop — go get bkielbasa-cyclop · libregistry