Pattern catalog & regex matcher for code quality
Find a file
Snider 15c9fe85c8 feat: extract devkit from go-devops into core/lint
Add Toolkit subprocess wrappers (go vet, gocyclo, govulncheck, gitleaks,
race detector, coverage, git log/diff/perms), native AST cyclomatic
complexity analyser, coverage snapshot/regression tracking with JSON
store, and govulncheck JSON parser.

89 tests passing (up from 51).

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 11:30:38 +00:00
.core feat: initialise core/lint module 2026-03-09 10:51:49 +00:00
catalog feat: seed catalog with 18 patterns from ecosystem sweep 2026-03-09 10:59:33 +00:00
cmd/core-lint feat: add core-lint CLI with check, catalog list, catalog show 2026-03-09 11:01:35 +00:00
pkg/lint feat: extract devkit from go-devops into core/lint 2026-03-09 11:30:38 +00:00
.gitignore feat: add core-lint CLI with check, catalog list, catalog show 2026-03-09 11:01:35 +00:00
CLAUDE.md feat: initialise core/lint module 2026-03-09 10:51:49 +00:00
go.mod feat: add core-lint CLI with check, catalog list, catalog show 2026-03-09 11:01:35 +00:00
go.sum feat: add core-lint CLI with check, catalog list, catalog show 2026-03-09 11:01:35 +00:00
lint.go feat: add core-lint CLI with check, catalog list, catalog show 2026-03-09 11:01:35 +00:00
README.md Initial commit 2026-03-09 10:50:46 +00:00

lint

Pattern catalog & regex matcher for code quality