lint/pkg/php
Snider af5c792da8 feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain
Add project type detection (pkg/detect) and complete PHP quality assurance
package (pkg/php) with formatter, analyser, audit, security, refactor,
mutation testing, test runner, pipeline stages, and QA runner that builds
process.RunSpec for orchestrated execution.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 13:13:30 +00:00
..
analyse.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
analyse_test.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
audit.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
audit_test.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
format.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
format_test.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
mutation.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
mutation_test.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
pipeline.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
pipeline_test.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
refactor.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
refactor_test.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
runner.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
runner_test.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
security.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
security_test.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
test.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00
test_test.go feat(lint): add pkg/detect + pkg/php — project detection and PHP QA toolchain 2026-03-09 13:13:30 +00:00