↵ Return to the main page of vcs-diff-lint
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
| Date | Author | Change |
|---|---|---|
| 2026-04-26 | Pavel Raiskup <pavel at raiskup dot cz> 6.7-1 | - Handle (no traceback) "invalid-syntax" code from Ruff - log.debug() all git commands - do not let "git apply" pollute stderr with whitespace errors |
| 2026-04-24 | Pavel Raiskup <pavel at raiskup dot cz> 6.6-1 | - Fix stdout buffering |
| 2026-04-24 | Pavel Raiskup <pavel at raiskup dot cz> 6.5-1 | - yamllint support - depend on git-core instead of git |
| 2024-10-16 | Pavel Raiskup <praiskup at redhat dot com> 6.4-1 | - add a basic test-suite - drop duplicated check for empty list of changed files |
| 2024-09-20 | Pavel Raiskup <praiskup at redhat dot com> 6.3-1 | - don't require all the linters, just recommend them - use requested linters only if they are available - nicer info/debug output |
| 2024-09-07 | Pavel Raiskup <praiskup at redhat dot com> 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() |
| 2024-08-28 | Pavel Raiskup <praiskup at redhat dot com> 6.1-1 | - rpm: use SPDX License format |
| 2024-08-28 | Pavel Raiskup <praiskup at redhat dot com> 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 |
| 2024-08-26 | Pavel Raiskup <praiskup at redhat dot com> - 5-1 | - support for fast "ruff" analyser - --linter-tag option added - subproject detection by .vcs-diff-lint.yml |