From 6ccca53a0342d792ec8babd4e27207852bd86160 Mon Sep 17 00:00:00 2001 From: Jan Marvin Garbuszus Date: Wed, 19 Jul 2023 20:37:25 +0200 Subject: [PATCH] update .lintr --- .lintr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.lintr b/.lintr index 2c94ce6f7..7a58a3bee 100644 --- a/.lintr +++ b/.lintr @@ -3,7 +3,8 @@ linters: linters_with_defaults( cyclocomp_linter = NULL, # commented_code_linter = NULL, # object_name_linter = NULL, # more camel case - single_quotes_linter = NULL # + indentation_linter = NULL, # many + quotes_linter = NULL ) exclusions: list( # otherwise they will throw locally