diff --git a/sources b/sources index 4e03cfc..a62199f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vcs-diff-lint-3.tar.gz) = 34971fbe8ba80da51244a0635a3b65f7d2f92d94fcc971b7a9ddc06fdf412257935760ec24972e00cb16a5e2cbfad18ae7f22a9e0fc21bb5ca5448322d3edddb +SHA512 (vcs-diff-lint-4.tar.gz) = 8e1620b33efa4069d80ac4df307efa1a11104e65f24a41313356e234ec4762bca78bce12251571cff083ec179f69688593e6769f4069f382af08e3a92b34897f diff --git a/vcs-diff-lint.spec b/vcs-diff-lint.spec index 957abd2..7747421 100644 --- a/vcs-diff-lint.spec +++ b/vcs-diff-lint.spec @@ -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 4-1 +- don't print Mypy errors from files that are not explicitly analyzed + * Thu Nov 10 2022 Pavel Raiskup 3-1 - print the headers back to stdout again - non-monorepo use-case fixed