Git-Critic
view release on metacpan or search on metacpan
123456789101112131415161718192021222324252627282930313233343536373839Revision history
for
Git-Critic
0.7 2022-03-12 14:56:11 CET
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.
- 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
( run in 0.537 second using v1.01-cache-2.11-cpan-87723dcf8b7 )