Releases: fedora-copr/vcs-diff-lint
Releases · fedora-copr/vcs-diff-lint
vcs-diff-lint v6.4
- add a basic test-suite
- drop duplicated check for empty list of changed files
vcs-diff-lint v6.3
- don't require all the linters, just recommend them
- use requested linters only if they are available
- nicer info/debug output
vcs-diff-lint v6.2
- drop unnecessary newline in the debug 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()
vcs-diff-lint v6.1
- rpm: use SPDX License format
- bugfix: correctly honor file renames
- bugfix: fix subproject detection for git worktree
- check the new (changed) code in a side-directory
- support for fast "ruff" analyser
- --linter-tag option added
- subproject detection by .vcs-diff-lint.yml
vcs-diff-lint v4
don't print Mypy errors from files that are not explicitly analyzed
vcs-diff-lint v3
- print the headers back to stdout again
- non-monorepo use-case fixed
- add support for Mypy