Pattern catalog & regex matcher for code quality
Find a file
Snider f1aae0055f feat(lint): add PHP QA commands to core qa
Add 8 PHP subcommands to the qa parent command: fmt, stan, psalm,
audit, security, rector, infection, and test. Each command detects
the PHP project and delegates to the pkg/php library functions.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 13:17:30 +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 feat(lint): add PHP QA commands to core qa 2026-03-09 13:17:30 +00:00
pkg feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +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(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
go.sum feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +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