Can anyone here tell me how to stop the #vscode #R linter highlighting lines where I define functions which have a na.rm argument, because it's not snake case? I've read as much as I could find about linter options but couldn't find the right one (camel case option yes, dot case no). The highlighted lines are distracting my brain ferrets, and I won't change the case of the option, because standards are a Thing.
@sjcowtan Probably you'll need to personalize the linter: https://lintr.r-lib.org/articles/lintr.html#configuring-linters you might need to tweak the object_name_linter linter or a similar one to avoid this. But might be a good point to raise the issue to the #rstats maintainers.
Using lintr

lintr

@Lluis_Revilla yes, I dug around in there but couldn't find the right switch. Talking to the maintainers is probably a good plan.