Pattern catalog & regex matcher for code quality
Find a file
Snider 9681b062ac refactor: replace all remaining fmt.Errorf with coreerr.E from go-log
Replaces ~46 fmt.Errorf and errors.New calls in production code across
pkg/lint, pkg/php, cmd/core-lint, and cmd/qa with structured coreerr.E()
calls using the forge.lthn.ai/core/go-log convention.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 21:48:58 +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 refactor: replace all remaining fmt.Errorf with coreerr.E from go-log 2026-03-16 21:48:58 +00:00
docs docs: add human-friendly documentation 2026-03-11 13:02:40 +00:00
pkg refactor: replace all remaining fmt.Errorf with coreerr.E from go-log 2026-03-16 21:48:58 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:50 +00:00
CLAUDE.md docs: add CLAUDE.md project instructions 2026-03-13 13:38:02 +00:00
go.mod chore: sync go.mod dependencies 2026-03-15 15:38:09 +00:00
go.sum chore: sync go.mod dependencies 2026-03-15 15:38:09 +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