From c4cd736e556ee9567df641ed6984fda4a5c52745 Mon Sep 17 00:00:00 2001 From: Jan Marvin Garbuszus Date: Fri, 21 Jul 2023 00:08:09 +0200 Subject: [PATCH] update .lintr (#700) --- .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