--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2024-1680646b63
2024-10-26 03:35:07.909501
--------------------------------------------------------------------------------

Name        : vcs-diff-lint
Product     : Fedora EPEL 8
Version     : 6.4
Release     : 1.el8
URL         : https://github.com/fedora-copr/vcs-diff-lint
Summary     : VCS Differential Code Analysis Tool
Description :
Analyze 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.

--------------------------------------------------------------------------------
Update Information:

add a basic test-suite, https://github.com/fedora-copr/vcs-diff-
lint/releases/tag/vcs-diff-lint-6.4-1
--------------------------------------------------------------------------------
ChangeLog:

* Wed Oct 16 2024 Pavel Raiskup <[email protected]> 6.4-1
- add a basic test-suite
- drop duplicated check for empty list of changed files
* Fri Sep 20 2024 Pavel Raiskup <[email protected]> 6.3-1
- don't require all the linters, just recommend them
- use requested linters only if they are available
- nicer info/debug output
* Sat Sep  7 2024 Pavel Raiskup <[email protected]> 6.2-1
- drop unnecessary newline in the output
- ruff: don't prefix the error locations with absolute path
- ruff: don't optimize out the full Ruff run
- print the git sha1 being analyzed
- bugfix: correct matching filenames with endswith()
* Wed Aug 28 2024 Pavel Raiskup <[email protected]> 6.1-1
- rpm: use SPDX License format
* Wed Aug 28 2024 Pavel Raiskup <[email protected]> 6-1
- bugfix: correctly honor file renames
- bugfix: fix subproject detection for git worktree
- ruff: do full project scans (since Ruff is fast enough)
- check the new (changed) code in a side-directory
* Mon Aug 26 2024 Pavel Raiskup <[email protected]> - 5-1
- support for fast "ruff" analyser
- --linter-tag option added
- subproject detection by .vcs-diff-lint.yml
--------------------------------------------------------------------------------

This update can be installed with the "yum" update programs.  Use
su -c 'yum update vcs-diff-lint' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html

All packages are signed with the Fedora EPEL GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------

-- 
_______________________________________________
epel-package-announce mailing list -- 
[email protected]
To unsubscribe send an email to 
[email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to