Mon, 11 Nov 2024 09:44:43 UTC | login

Information for build vcs-diff-lint-4-5.fc41

ID333071
Package Namevcs-diff-lint
Version4
Release5.fc41
Epoch
SummaryVCS Differential Code Analysis Tool
DescriptionAnalyze code, and print only reports related to a particular change. From within a VCS directory (only Git is supported for now) first analyze set of changed files against given changeset (origin/main by default) so we know what files need to be analyzed. Then run code analyzers (e.g. PyLint) against the old code (before changes), run analyzers against the actual code (not yet pushed changes), perform a diff (using csdiff utility), and finally print a set of added (or even fixed, as opt-in) analyzers' warnings.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 08 Aug 2024 05:59:36 UTC
CompletedThu, 08 Aug 2024 05:59:36 UTC
Tags
f41
RPMs
src
vcs-diff-lint-4-5.fc41.src.rpm (info) (download)
noarch
vcs-diff-lint-4-5.fc41.noarch.rpm (info) (download)
Changelog * Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * 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 - add support for Mypy * Thu Oct 20 2022 Pavel Raiskup <praiskup@redhat.com> 2-1 - don't pollute stdout so csgrep can read it * Thu Sep 29 2022 Pavel Raiskup <praiskup@redhat.com> 1-1 - new package built with tito