summaryrefslogtreecommitdiff
path: root/ale_linters/r
AgeCommit message (Collapse)Author
2023-09-14#4607 No conflicts with nvim-lspconfig by defaultw0rp
Default `g:ale_disable_lsp` to a new mode `'auto'` by default. With this setting applied, ALE will now check for the presence of nvim-lspconfig and automatically turn off particular LSP linters if already configured via nvim-lspconfig. For users that do not use `nvim-lspconfig`, everything should work as before.
2021-07-04Let R_languageserver consider .Renviron (#3744)ourigen
* Fix languageserver.vim to consider Renviron * Update test_r_languageserver.vader * Update credits
2021-05-25Allow lintr to consider .Renviron settings. Fix #3391 (#3727)ourigen
* Fix lintr.vim to consider Renviron * Update test_lintr.vader to match lintr.vim fix * Update credits Co-authored-by: ourigen <ourigen [at] pm.me>
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
Working directories are now set seperately from the commands so they can later be swapped out when running linters over projects is supported, and also better support filename mapping for running linters on other machines in future.
2020-11-21Use _config for LSP config optionsw0rp
2020-11-21Add support for R languageserver (#3370)Eric Zhao
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2018-06-07Use --vanilla switch for RscriptStefan Siegel
This prevents possibly bad interference with the user's R environment, e.g. by an auto-activating packrat.
2018-02-05Removed trailing whitespacesFenner Macrae
2018-02-05Fixed lintr::lint_package commandFenner Macrae
2018-02-04Add lint_package support to lintrFenner Macrae
2018-01-31Update formatting and tests.Michael Quinn
2018-01-29Call lintr library before lintingMichael Quinn
This solves namespace issues related to the objects used to set linting options.
2017-09-03allow options to be set for `lintr`Alex Axthelm
2017-09-03Allow for lintr optionsAlex Axthelm
2017-07-03Fix #182 - Add support for lintrw0rp