go-arch-lint icon indicating copy to clipboard operation
go-arch-lint copied to clipboard

Add ability to report issues starting from the specific revision

Open ilya-hontarau opened this issue 1 year ago • 3 comments

It will be great to have the same feature golangci-lint has, that gives ability to report the code starting from the specific git ref:

  new-from-rev: HEAD
  # Show only new issues created in git patch with set file path.
  # Default: ""

ilya-hontarau avatar Jul 30 '24 08:07 ilya-hontarau