In the picture below you can see a lot of linting-highlights e.g "Lines should not be more than 80 characters".
I'm trying to disable/modify these but I cannot figure out how. Using this guide I cannot find the path Tools > Options > Text Editor > R > Lint.
How do we change/disable this "help"?
Note, I'm using the R-extension by Yuki Ueda
You might want to disable linting by setting the vscode setting "r.lsp.diagnostics": false
.
Or you might want to customize the list of linters to be used by editing ~/.lintr
to effect globally or {workspaceFolder}/.lintr
to effect project-wise. Read https://lintr.r-lib.org/articles/lintr.html#configuring-linters for the details of the lintr config file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With