No, the current implementation for linting is only per file. The ruff linter is naive and doesn’t know/need to know about the rest of your app. I know VS code has a bottom panel for seeing linting across the whole project. So that’d probably want to be a feature request. Whenever I’ve used vs code’s global linting panel, it’s been a massive performance hog, which we’d want to avoid, especially in larger projects.