rleroi/blame-log

Like Spotify Wrapped for bad code. Find out who to blame for errors!

dev-main 2023-12-15 12:39 UTC

This package is auto-updated.

Last update: 2024-09-15 14:28:48 UTC


README

Like Spotify Wrapped for bad code

BlameLog is a tool that provides a Spotify Wrapped-style overview of developers responsible for the most errors in your codebase using git-blame.

Requires Git to be installed on your system.

Usage

use RLeroi\BlameLog\BlameLog;

$results = BlameLog::calculateTotals('/Users/rleroi/dev/my-project/storage/logs/laravel.log');

Note: This operation may take a while, depending on the size of your log file.

The method returns an array representing the developers and their respective error counts:

[
    "R Leroi" => 185,
    "K Reeves" => 132,
    "Randy Marsh" => 33,
]

Disclaimer

This package is intended for fun purposes only. Please refrain from using it to make employment decisions. 😉