Update vcs-diff-lint to 4-1

This commit is contained in:
Pavel Raiskup 2022-11-18 15:39:08 +01:00
commit a9ddfb0cb4
2 changed files with 5 additions and 2 deletions

View file

@ -1 +1 @@
SHA512 (vcs-diff-lint-3.tar.gz) = 34971fbe8ba80da51244a0635a3b65f7d2f92d94fcc971b7a9ddc06fdf412257935760ec24972e00cb16a5e2cbfad18ae7f22a9e0fc21bb5ca5448322d3edddb
SHA512 (vcs-diff-lint-4.tar.gz) = 8e1620b33efa4069d80ac4df307efa1a11104e65f24a41313356e234ec4762bca78bce12251571cff083ec179f69688593e6769f4069f382af08e3a92b34897f

View file

@ -1,5 +1,5 @@
Name: vcs-diff-lint
Version: 3
Version: 4
Release: 1%{?dist}
Summary: VCS Differential Code Analysis Tool
BuildArch: noarch
@ -49,6 +49,9 @@ install -p vcs-diff-lint-csdiff-mypy %buildroot%_bindir
%changelog
* Fri Nov 18 2022 Pavel Raiskup <praiskup@redhat.com> 4-1
- don't print Mypy errors from files that are not explicitly analyzed
* Thu Nov 10 2022 Pavel Raiskup <praiskup@redhat.com> 3-1
- print the headers back to stdout again
- non-monorepo use-case fixed