Revision history for Git-Critic
0.7 2022-03-12 14:56:11 CET
- Explicitly use IPC::System::Simple to work around a bug where we
die if it's not installed.
0.6 2022-03-10 17:23:19 CET
- Assert minimum version of List::Util as 1.44 to ensure we don't
get an older version which does not have `uniq`
0.5 2022-02-10 09:51:01 CET
- Bugfix: initialised `%reported` hash once per file to avoid
suppressing multiple errors (https://github.com/JohnathanSwan)
- Added support for Perl::Critic configuration profiles.
(https://github.com/n7st(
- Use triple-dot git diff command to see only changes on the target
branch (https://github.com/JohnathanSwan)
0.4 2022-01-23 11:56:48 CET
- Bugfix: use `git show $target:$file` to get file contents to write to a
temp file.
0.3 2022-01-23 11:27:53 CET
- Rename primary_branch and current_branch to primary_target and
current_target
- Document that you can target particular commits using the SHA-1
- Bugfix: push corrent critique onto reporting list, not entire
critique
- Add mention for Test::Perl::Critic::Progressive
0.2 2022-01-22 15:51:53 CET
- Add sponsor information
- Add CONTRIBUTING.md document
0.1 2022-01-22 15:29:56 CET
- Only critique lines changed in current branch