install.packages("remote")
remotes::install_github("REditorSupport/languageserver@pull/706/head")
Last active
March 9, 2026 16:32
-
-
Save seyyah/9fa7a4dc82de777503796fb013a2c136 to your computer and use it in GitHub Desktop.
lintr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| linters: list() | |
| encoding: "UTF-8" | |
| exclusions: list() | |
| exclude: "# nolint" | |
| exclude_start: "# nolint start" | |
| exclude_end: "# nolint end" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "r.lsp.diagnostics": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment