sublimelsp / LSP-ruff

LSP helper for ruff - an extremely fast Python linter, written in Rust.

Home Page:https://packagecontrol.io/packages/LSP-ruff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors/warnings stats are wrong.

danilovmy opened this issue · comments

on the bottom of sublime we can see the stats of Errors and warnings.
Other linters shows me count of errors from current TAB.
Ruff shows me some statistic for opened files on project, but it not refresh it normally.

For example stats in empty __init__.py; errors: 4, warnings 26.
I know, i have other opened files, and, probably, i can find there this errors and warnings (i am still not sure).

Do you talk about the diagnostics panel or the status bar?