ruff/crates/ruff_workspace/src
Charlie Marsh 204c59e353
Respect file exclusions in ruff server (#11590)
## Summary

Closes https://github.com/astral-sh/ruff/issues/11587.

## Test Plan

- Added a lint error to `test_server.py` in `vscode-ruff`.
- Validated that, prior to this change, diagnostics appeared in the
file.
- Validated that, with this change, no diagnostics were shown.
- Validated that, with this change, no diagnostics were fixed on-save.
2024-05-29 02:58:36 +00:00
..
configuration.rs F401 - update documentation and deprecate ignore_init_module_imports (#11436) 2024-05-21 09:23:45 -07:00
lib.rs Add most formatter options to ruff.toml / pyproject.toml (#7566) 2023-09-22 15:47:57 +00:00
options.rs F401 - update documentation and deprecate ignore_init_module_imports (#11436) 2024-05-21 09:23:45 -07:00
options_base.rs Add --output-format to ruff config CLI (#11438) 2024-05-15 22:17:33 -04:00
pyproject.rs [pycodestyle] Implement redundant-backslash (E502) (#10292) 2024-03-11 21:15:06 -04:00
resolver.rs Respect file exclusions in ruff server (#11590) 2024-05-29 02:58:36 +00:00
settings.rs Remove build from the default exclusion list (#10093) 2024-02-28 16:30:38 +00:00