Does anybody managed to use lintr to check code style in positron? #6057
-
I got used to correct my style with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We don't currently support lintr in our language server. I believe you'd have to use the LSP implemented in the R package |
Beta Was this translation helpful? Give feedback.
We don't currently support lintr in our language server. I believe you'd have to use the LSP implemented in the R package
languageserver
(https://github.com/REditorSupport/languageserver) which supports lintr, but it's currently only integrated via the vscode-r extension which AFAIK is not recommended to install in Positron since it would conflict with our own language extension. So unfortunately I don't think this is possible at the moment.