-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [vcs-diff-lint] release [4-1].
Created by command: /usr/bin/tito tag
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3-1 ./ | ||
4-1 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> 4-1 | ||
- don't print Mypy errors from files that are not explicitly analyzed | ||
|
||
* Thu Nov 10 2022 Pavel Raiskup <[email protected]> 3-1 | ||
- print the headers back to stdout again | ||
- non-monorepo use-case fixed | ||
|