mirror of https://github.com/astral-sh/ruff
[ty] Ecosystem analyzer: diff report updates (#21662)
## Summary Pulls in an ecosystem-analyzer change with a few updates to the diff report: * Breakdown of added/removed/changed diagnostics by project * Option to filter diagnostics by project * Small button to copy a file path to the clipboard * `(-R +A ~C)` indicators in the filter dropdowns (removed, added, changed) * More concise layout, less scrolling ## Test Plan Tested on https://github.com/astral-sh/ruff/pull/21553 => https://david-generic-implicit-alias.ecosystem-663.pages.dev/diff
This commit is contained in:
parent
e5818d89fd
commit
efb23b01af
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
|
||||
cd ..
|
||||
|
||||
uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@e26ebfb78d372b8b091e1cb1d6fc522e135474c1"
|
||||
uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@55df3c868f3fa9ab34cff0498dd6106722aac205"
|
||||
|
||||
ecosystem-analyzer \
|
||||
--repository ruff \
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
|
||||
cd ..
|
||||
|
||||
uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@e26ebfb78d372b8b091e1cb1d6fc522e135474c1"
|
||||
uv tool install "git+https://github.com/astral-sh/ecosystem-analyzer@55df3c868f3fa9ab34cff0498dd6106722aac205"
|
||||
|
||||
ecosystem-analyzer \
|
||||
--verbose \
|
||||
|
|
|
|||
Loading…
Reference in New Issue