Skip to content

Releases: fedora-copr/vcs-diff-lint

vcs-diff-lint v6.4

16 Oct 08:41
Compare
Choose a tag to compare
  • add a basic test-suite
  • drop duplicated check for empty list of changed files

vcs-diff-lint v6.3

20 Sep 07:50
Compare
Choose a tag to compare
  • 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

07 Sep 05:24
Compare
Choose a tag to compare
  • 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

28 Aug 08:09
Compare
Choose a tag to compare
  • 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

18 Nov 14:39
Compare
Choose a tag to compare

don't print Mypy errors from files that are not explicitly analyzed

vcs-diff-lint v3

10 Nov 09:57
Compare
Choose a tag to compare
  • print the headers back to stdout again
  • non-monorepo use-case fixed
  • add support for Mypy