Open Spixmaster opened 1 year ago
I tried to open a PR, but I dont have access rights. You just need to change [this line](https://github.com/dense-analysis/ale/blob/954682108d21b412561fb32e3fa766c7ee539984/ale_linters/r/lintr.vim#L6] like so:
-let g:ale_r_lintr_options = get(g:, 'ale_r_lintr_options', 'linters_with_defaults()')
+let g:ale_r_lintr_options = get(g:, 'ale_r_lintr_options', 'with_defaults()')
The command for linter
lintr
uses a deprecated function.Error message: