Revision history for Git-Critic
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