languageserver icon indicating copy to clipboard operation
languageserver copied to clipboard

Unable to change lintr settings with ~\.lintr file

Open andrewag117 opened this issue 5 months ago • 0 comments

Trying to change the lintr settings that are used by languageserver for continuous linting. Created a .lintr file in the home directory as per the lintr package and configured the settings I wanted. Confirmed that the file was correct by running lintr::lint("test.R") in the terminal, which worked appropriately.

However the dynamic linting in the editor is not reflecting the specifications in this file.

andrewag117 avatar Jun 17 '25 17:06 andrewag117