Skip to content

v1.1.0

Choose a tag to compare

@denzyldick denzyldick released this 18 Jun 22:36
· 1 commit to main since this release
92516c2

Stop guessing who is driving code quality in your PHP projects.

If you have ever wondered who is effectively cleaning up technical debt versus who is introducing new issues, the latest update to Phanalist gives you the visibility you need.

I’ve just introduced the --blame flag. With one command, you get a breakdown of your team’s performance:

phanalist --blame

This generates a clear table for every engineer, tracking:

• Violations Fixed: Recognizing the cleanup work.
• Violations Introduced: Identifying new regressions.
• Net Score: A quantifiable look at overall impact.

Need to zoom in on recent sprints or specific patterns? Use these flags to narrow the scope:

• --since "30 days": Track the delta over any time window.
• --filter-author / --filter-rule: Isolate specific authors or issues.
• --sort net: Instantly see who is moving the needle on your codebase health.

Example:
phanalist --blame --since "30 days" --sort net