sublimelsp / LSP-ruff

LSP helper for ruff - an extremely fast Python linter, written in Rust.
https://packagecontrol.io/packages/LSP-ruff
MIT License
26 stars 4 forks source link

Errors/warnings stats are wrong. #37

Open danilovmy opened 8 months ago

danilovmy commented 8 months ago

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).

LDAP commented 8 months ago

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