We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unlike formatters, multiple linters can be executed for a single file. Linters sometimes also write back fixes to the file.
The config format has rooms for a [linters.<name>] section.
[linters.<name>]
This needs to be specced-out a bit more.
The text was updated successfully, but these errors were encountered:
See also https://github.com/reviewdog/reviewdog
Sorry, something went wrong.
I would like this to work around astral-sh/ruff#8232 by running ruff check --fix && ruff format.
ruff check --fix && ruff format
No branches or pull requests
Unlike formatters, multiple linters can be executed for a single file. Linters sometimes also write back fixes to the file.
The config format has rooms for a
[linters.<name>]section.This needs to be specced-out a bit more.
The text was updated successfully, but these errors were encountered: