(Note: This is not a bug report, but a "Request for Comments")
Spyder has a "Code Analysis" pane (internal plugin name: pylint) which displays results of the pylint linter for a given file. As the internal plugin name suggests, only pylint is supported. I have opened this issue to explore if Spyder developers and users are interested in having support for ruff (and possibly other linters) in addition to pylint.
We are currently considering to add support for ruff. We are aware that there is already "on-the-fly" support via the language server (#24908). However, some users may find the "Code Analysis" pane more comfortable to use than scrolling in the editor or using the "errors/warnings" actions/submenu in the "Source" main menu.
(Note: This is not a bug report, but a "Request for Comments")
Spyder has a "Code Analysis" pane (internal plugin name:
pylint) which displays results of thepylintlinter for a given file. As the internal plugin name suggests, onlypylintis supported. I have opened this issue to explore if Spyder developers and users are interested in having support forruff(and possibly other linters) in addition topylint.We are currently considering to add support for
ruff. We are aware that there is already "on-the-fly" support via the language server (#24908). However, some users may find the "Code Analysis" pane more comfortable to use than scrolling in the editor or using the "errors/warnings" actions/submenu in the "Source" main menu.