ruff icon indicating copy to clipboard operation
ruff copied to clipboard

`ruff server` does not respect `exclude` configuration

Open snowsignal opened this issue 10 months ago • 2 comments

At the moment, ruff server does not yet respect exclude configuration, either in the editor configuration or in workspace configuration. This may cause unexpected behavior when editing an excluded file.

snowsignal avatar Apr 25 '24 02:04 snowsignal

I also see a problem with [tool.ruff.lint.per-file-ignores] not being respected.

hoxbro avatar Apr 28 '24 13:04 hoxbro

Yeah that's not wired up yet, thanks -- filing separately here: https://github.com/astral-sh/ruff/issues/11185

charliermarsh avatar Apr 28 '24 13:04 charliermarsh

I think this should now be working, since we set the filename.

charliermarsh avatar May 22 '24 03:05 charliermarsh