Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trigger re-run of ruff on the whole code base #349

Closed
rngadam opened this issue Nov 28, 2023 · 2 comments
Closed

Trigger re-run of ruff on the whole code base #349

rngadam opened this issue Nov 28, 2023 · 2 comments

Comments

@rngadam
Copy link

rngadam commented Nov 28, 2023

We use ruff as part of our continuous build:

image

Because we have ruff warnings, I checked out the source in Codespace.

I have the ruff-vscode extension installed.

I'd expect to have the same list of linting issues in my Problems views.

There are only options to run on save and run on type in the configuration.

The commands palette doesn't seem to have a way to trigger for all the source:

image

WORKAROUND

pip install ruff
ruff check .

and then open each file that has warnings at the command-line.

@charliermarsh
Copy link
Member

I think this might be the same #145 -- does that seem right?

@charliermarsh
Copy link
Member

(Merging into #145.)

@charliermarsh charliermarsh closed this as not planned Won't fix, can't repro, duplicate, stale Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants