From d5e91107e62660b8e7383c39f88cf9080b07bb46 Mon Sep 17 00:00:00 2001 From: Michel Lang Date: Fri, 19 Jul 2024 21:05:21 +0200 Subject: [PATCH] style: update .lintr --- .lintr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintr b/.lintr index 71e9299..d5ba821 100644 --- a/.lintr +++ b/.lintr @@ -1,4 +1,4 @@ -linters: with_defaults( +linters: linters_with_defaults( # lintr defaults: https://github.com/jimhester/lintr#available-linters # the following setup changes/removes certain linters assignment_linter = NULL, # do not force using <- for assignments